https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124823
--- Comment #2 from Halalaluyafail3 <luigighiron at gmail dot com> --- (In reply to Drea Pinski from comment #1) > This expected > https://gcc.gnu.org/onlinedocs/gcc-15.2.0/cpp/Implementation-defined- > behavior.html#Identifier-characters That does not mention pedantic. GCC has many extensions which it allows with a -std=cXX or -std=c++XX option but still rejects with -pedantic-errors, I do not see why this would be different.
