This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: the bugs database ...
- From: Mike Stump <mrs at apple dot com>
- To: Lars Segerlund <lars dot segerlund at comsys dot se>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 12 Mar 2003 10:12:48 -0800
- Subject: Re: the bugs database ...
On Wednesday, March 12, 2003, at 03:48 AM, Lars Segerlund wrote:
I was wondering if bug # 8730 is a bug at all ?
-pedantic-errors will cause the compiler to conform to the C standard
more closely. If there is a difference between what you think the
compiler should do, try this flag, and see if it then matches what you
think the compiler should do, if it does, then that means that it is
probably a GNU extension. In this case, I'd expect this methodology
would have turned up the fact it was an extension.