Re: [PATCH] c++: constrained class template friend [PR93467]

2020-06-11 Thread Jason Merrill via Gcc-patches
On 6/9/20 2:18 PM, Patrick Palka wrote: This fixes two issues in our handling of constrained class template friend declarations. The first issue is that we fail to set the constraints on the injected class template declaration during tsubst_friend_class. The second issue is that the template pa

[PATCH] c++: constrained class template friend [PR93467]

2020-06-09 Thread Patrick Palka via Gcc-patches
This fixes two issues in our handling of constrained class template friend declarations. The first issue is that we fail to set the constraints on the injected class template declaration during tsubst_friend_class. The second issue is that the template parameter levels within the parsed constrain