Re: [PATCH] c++: context completion in lookup_template_class [PR105982]

2022-06-23 Thread Jason Merrill via Gcc-patches
On 6/23/22 10:48, Patrick Palka wrote: The below testcase demonstrates that completion of the substituted context during lookup_template_class can end up registering the desired specialization for us in more cases than r13-1045-gcb7fd1ea85feea anticipated. In particular, it can happen for a non-

[PATCH] c++: context completion in lookup_template_class [PR105982]

2022-06-23 Thread Patrick Palka via Gcc-patches
The below testcase demonstrates that completion of the substituted context during lookup_template_class can end up registering the desired specialization for us in more cases than r13-1045-gcb7fd1ea85feea anticipated. In particular, it can happen for a non-dependent specialization of a nested clas