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++/7307] -pedantic makes errors to warnings


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.


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