From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26640 invoked by alias); 5 Mar 2004 00:23:55 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26625 invoked by uid 48); 5 Mar 2004 00:23:55 -0000 Date: Fri, 05 Mar 2004 00:23:00 -0000 From: "lindsayd at cisco dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040305002353.14438.lindsayd@cisco.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug preprocessor/14438] New: -E of #pragma poison has negative line number X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg00652.txt.bz2 List-Id: A i686-pc-linux-gnu compiler built from gcc-3.4-20040303.tar.bz2 exhibits this: echo "#pragma GCC poison foo" > _dummy.c gcc -E -nostdinc _dummy.c # 1 "_dummy.c" # 1 "" # 1 "" # 1 "_dummy.c" # 4294967218 "_dummy.c" Umm, ah, line number 4294967218 ? This bug was brought to my attention by GAS, when it said: line numbers must be positive; line number -15 rejected The bug is in GCC-3.3.2 but isn't in 3.3.1. -- Summary: -E of #pragma poison has negative line number Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: lindsayd at cisco dot com CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu GCC target triplet: native http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14438