Re: [PATCH] c++: checking ICE w/ lambda targ inside constexpr if [PR117054]

2024-10-15 Thread Jason Merrill
On 10/15/24 12:48 AM, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? OK. -- >8 -- Here we're tripping over the assert in extract_locals_r which enforces that an extra-args tree appearing inside another extra-args tree doesn't actually hav

[PATCH] c++: checking ICE w/ lambda targ inside constexpr if [PR117054]

2024-10-14 Thread Patrick Palka
Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? -- >8 -- Here we're tripping over the assert in extract_locals_r which enforces that an extra-args tree appearing inside another extra-args tree doesn't actually have extra args. This invariant no longer always holds