On Wed Dec 24, 2025 at 12:26 AM WET, Jason Merrill wrote: > The problem seems to be that when we try and fail to parse a > type-requirement, we hit error recovery code in > cp_parser_skip_to_end_of_statement that wants to wrap up the template to > recover from the error. But since we're parsing tentatively, that's > overkill. This helped fix it! I'll submit a v2 with some changes.
- [PATCH] c++: Fix ICE with requires-expression in lambda requ... Egas Ribeiro
- Re: [PATCH] c++: Fix ICE with requires-expression in la... Egas Ribeiro
- Re: [PATCH] c++: Fix ICE with requires-expression in la... Jason Merrill
- Re: [PATCH] c++: Fix ICE with requires-expression i... Egas Ribeiro
