Re: [PATCH] c++: Dependent conversion operator in concept [PR94597]

2020-04-21 Thread Jason Merrill via Gcc-patches
On 4/21/20 9:55 AM, Patrick Palka wrote: When building the parameter mapping for an atomic constraint, find_template_parameters does not spot the template parameter within the conversion-type-id of a dependent conversion operator, which later leads to an ICE during substitution when looking up th

[PATCH] c++: Dependent conversion operator in concept [PR94597]

2020-04-21 Thread Patrick Palka via Gcc-patches
When building the parameter mapping for an atomic constraint, find_template_parameters does not spot the template parameter within the conversion-type-id of a dependent conversion operator, which later leads to an ICE during substitution when looking up the missing template argument for this unnoti