On Sun, Aug 10, 2014 at 05:16:27PM +0200, Marek Polacek wrote: > We weren't properly diagnosing neither the __func__ (introduced in C99), > nor the __FUNCTION__/__PRETTY_FUNCTION__ (GNU extension) predefined > identifiers. I believe we should; the compiler ought to have a > compile-time switch for turning off extensions. > > Bootstrapped/regtested on x86_64-linux, ok for trunk?
And probably I should introduce something like -Wpredefined-identifiers...