https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117535
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Known to fail| |4.5.3 Keywords| |ice-on-invalid-code Ever confirmed|0 |1 Last reconfirmed| |2024-11-17 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- clang reports: <source>:3:21: fatal error: recursive template instantiation exceeded maximum depth of 1024 Most likely a stack overflow so confirmed. It is not a regression.