https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116139
--- Comment #2 from ktkachov at gcc dot gnu.org --- (In reply to Andrew Pinski from comment #1) > Confirmed. This is NOT a regression since it ICEs with GCC 14 when > configured with --enable-checking=yes as this is a gcc_checking_assert > assert (which is disabled for --enable-checking=release :) ). err yeah, I did think it was suspicious that 14 didn't ICE but I only used godbolt to try older versions. You're right, it's a problem there as well.