This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12479] System header should not cause -pedantic to error about "extra `;'"


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12479



------- Additional Comments From zack at gcc dot gnu dot org  2003-10-01 18:57 -------

| Probably.  The -pedantic can turn pedwarns into errors.  We've had
| that behaviour for ages.

... and it is a (long-standing) bug.  That's only for -pedantic-errors to do.

| Not in the C++ front-end.  That also has been debated to death.

I'm not as familiar with the history there, but surely you agree that options
like -pedantic should do the same thing in all front ends.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]