This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/4080: GCC 3.0.1 doesn't give proper warnings on C++ style declarations
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, jorn at nl dot linux dot org, jsm28 at cam dot ac dot uk, nobody at gcc dot gnu dot org
- Subject: Re: c/4080: GCC 3.0.1 doesn't give proper warnings on C++ style declarations
- From: jsm28 at gcc dot gnu dot org
- Date: 5 Oct 2001 18:33:08 -0000
Synopsis: GCC 3.0.1 doesn't give proper warnings on C++ style declarations
State-Changed-From-To: open->closed
State-Changed-By: jsm28
State-Changed-When: Fri Oct 5 11:33:06 2001
State-Changed-Why:
If you want warnings about features not in your selected
C standard version, you should use -pedantic. The manual
clearly documents that this C99 feature is accepted as an
extension in C89 mode.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4080&database=gcc