[Bug c++/12479] System header should not cause -pedantic to error about "extra `;'"
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 1 18:01:00 GMT 2003
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 pinskia at gcc dot gnu dot org 2003-10-01 18:01 -------
-pedantic with C++ is different than -pedantic with C, in C++ it adds errors, -pedantic-error is
really only useful in C. This has been this way for a long time but will likely stay this way forever.
More information about the Gcc-bugs
mailing list