https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99546
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=106976 --- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #5) > (In reply to 康桓瑋 from comment #4) > > same form, but this will trigger ICE: > > That's a completely different bug. I've opened PR 106976 Yes and no. Valid code like this: ``` struct S{ constexpr static auto s = requires { []{}; }; }; ``` Gets same ICE too.