[Bug c/78539] feature request: __noextension__

2022-01-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78539 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/78539] feature request: __noextension__

2016-11-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78539 Richard Biener changed: What|Removed |Added Severity|normal |enhancement

[Bug c/78539] feature request: __noextension__

2016-11-25 Thread pinskia at gcc dot gnu.org
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