http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56815
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2013-04-03 See Also|http://gcc.gnu.org/bugzilla | |/show_bug.cgi?id=56187 | AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot |gnu.org |com Ever Confirmed|0 |1 --- Comment #9 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-04-03 10:57:31 UTC --- Ok Manuel, thanks. I'm not completely convinced by the else if ((pedantic || warn_pointer_arith) which is protecting the permerrors (a -Wno* suppressing an error?), but I suppose we consistently want it for the additional permerrors in c-common.c too, to help people used to suppress warnings?