[Bug c++/7307] -pedantic makes errors to warnings
pinskia@physics.uc.edu
gcc-bugzilla@gcc.gnu.org
Tue Jun 3 18:18: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=7307
------- Additional Comments From pinskia@physics.uc.edu 2003-06-03 18:18 -------
It is even worse on the mainline (20030603), now it does not error or warn:
tin:~/src/gnu/gcctest>g++ pr7307.cc -S -pedantic
tin:~/src/gnu/gcctest>g++ pr7307.cc -S
tin:~/src/gnu/gcctest>more pr7307.cc
struct test
{
char test;
test();
};
tin:~/src/gnu/gcctest>
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Gcc-bugs
mailing list