https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117400
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-11-01 Summary|ICE on invalid requires |ICE on invalid requires |clause of generic lambda in |clause of generic lambda |function template | Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced: ``` auto t = [](auto) requires {} {}; ``` Does not need to be inside a template to get the ICE.