http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41624
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu.org --- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> --- (In reply to Steven Bosscher from comment #2) > Switching on/off individual language dialect features won't happen. > > (NB: I'd actually encourage anyone to use a strict non-gnu mode, for > portability reasons.) That said, perhaps a new flag could be added -Wnested-function so users could do -Werror=nested-function. The flag would be enabled by -Wpedantic, so it will be backwards compatible.