From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16093 invoked by alias); 9 Dec 2002 23:10:18 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16070 invoked by uid 61); 9 Dec 2002 23:10:18 -0000 Date: Mon, 09 Dec 2002 15:10:00 -0000 Message-ID: <20021209231018.16068.qmail@sources.redhat.com> To: andrew@andypo.net, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: ehrhardt@mathematik.uni-ulm.de Reply-To: ehrhardt@mathematik.uni-ulm.de, andrew@andypo.net, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: preprocessor/7263: __extension__ keyword doesn't suppress warning on LL or ULL constants X-SW-Source: 2002-12/txt/msg00500.txt.bz2 List-Id: 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