This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/7307] -pedantic makes errors to warnings
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jun 2003 18:18:58 -0000
- Subject: [Bug c++/7307] -pedantic makes errors to warnings
- References: <20020714085601.7307.martin@v.loewis.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.