https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78539
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78539
Richard Biener changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78539
--- Comment #1 from Andrew Pinski ---
>Without that, I have to resort to using two cases: one for __STRICT_ANSI__
and one without
I think you still need two. The reason is __noextension__ will turn off
extensions even with -pedantic. Otherwise