This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: preprocessor/7263: __extension__ keyword doesn't suppress warning on LL or ULL constants
- From: ehrhardt at mathematik dot uni-ulm dot de
- To: andrew at andypo dot net, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 9 Dec 2002 23:10:18 -0000
- Subject: Re: preprocessor/7263: __extension__ keyword doesn't suppress warning on LL or ULL constants
- Reply-to: ehrhardt at mathematik dot uni-ulm dot de, andrew at andypo dot net, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: __extension__ keyword doesn't suppress warning on LL or ULL constants
State-Changed-From-To: open->analyzed
State-Changed-By: cae
State-Changed-When: Mon Dec 9 15:10:17 2002
State-Changed-Why:
I can confirm this on recent 3.3. The warning is from the preprocessor
where we don't know about __extension__. Maybe the fix is to just
document this. Anyway: Category changed to preprocessor and priority
raised to medium because this is technically a regression.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7263