From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23383 invoked by alias); 7 Oct 2009 07:38:09 -0000 Received: (qmail 23276 invoked by uid 48); 7 Oct 2009 07:37:44 -0000 Date: Wed, 07 Oct 2009 07:38:00 -0000 Message-ID: <20091007073744.23275.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug preprocessor/41445] Debug information is wrong with and without --save-temps. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00552.txt.bz2 ------- Comment #3 from jakub at gcc dot gnu dot org 2009-10-07 07:37 ------- Created an attachment (id=18733) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18733&action=view) gcc45-pr41445.patch Updated patch that actually passed bootstrap. Unfortunately it regresses many gcc.dg/cpp/ tests, e.g. avoidpaste1.c is now preprocessed as: # 1 "../../gcc/testsuite/gcc.dg/cpp/avoidpaste1.c" # 1 "" # 1 "" # 1 "../../gcc/testsuite/gcc.dg/cpp/avoidpaste1.c" # 25 "../../gcc/testsuite/gcc.dg/cpp/avoidpaste1.c" :: : : : : :^: 1.0e- # 14 "../../gcc/testsuite/gcc.dg/cpp/avoidpaste1.c" 1 # 26 "../../gcc/testsuite/gcc.dg/cpp/avoidpaste1.c" : : : .. . 0 0 . -- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18720|0 |1 is obsolete| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41445