Re: [PATCH] c++: Inherited constructor template arguments [PR94719]

2020-04-22 Thread Jason Merrill via Gcc-patches
On 4/22/20 2:55 PM, Patrick Palka wrote: My fix for PR94549 broke constraints_satisfied_p in the case where the inherited constructor decl points to an instantiation of a constructor template coming from an instantiation of a class template. This is because the DECL_TI_ARGS of the inherited cons

[PATCH] c++: Inherited constructor template arguments [PR94719]

2020-04-22 Thread Patrick Palka via Gcc-patches
My fix for PR94549 broke constraints_satisfied_p in the case where the inherited constructor decl points to an instantiation of a constructor template coming from an instantiation of a class template. This is because the DECL_TI_ARGS of the inherited constructor decl in this case contains only the