https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55976
--- Comment #7 from Manuel López-Ibáñez <lopezibanez at gmail dot com> --- My advice would be to create a new option Wreturn-pedantic. Make this option control the pedwarns that don't have any option. Then, enable it by default, but also make it be enabled by Wpedantic and Wreturn-type. An alternative would be to have the default setting of Wreturn-type depend on flag_isoc99. Then, add OPT_Wreturn_type to all those pedwarns. On Thu, 15 Mar 2018, 16:12 dave.pagan at oracle dot com, < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55976 > > --- Comment #6 from Dave Pagan <dave.pagan at oracle dot com> --- > Helpful update, Jonathan - did you want to follow up on this bug then? Or > should I go ahead based on your new information? > > -- > You are receiving this mail because: > You are on the CC list for the bug.