https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117325
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-10-28 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >produces error messages that conclude with "confused by earlier errors, >bailing out". No that is just due to --enable-checking difference between the trunk and the 14 release; it is still ICEing there for GCC 14. Releases default to --enable-checking=release and will print that exact error message when there is an ICE after errors have happened. The trunk of gcc defaults to --enable-checking=yes which will print out the ICE even if there were errors before hand. But it seems like there was no ICE before GCC 14.