From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25472 invoked by alias); 19 Jun 2013 14:16:16 -0000 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 Received: (qmail 25421 invoked by uid 48); 19 Jun 2013 14:16:05 -0000 From: "allan at archlinux dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/57653] New: filename information discarded when using -imacros Date: Wed, 19 Jun 2013 14:16:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: allan at archlinux dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-06/txt/msg01023.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D57653 Bug ID: 57653 Summary: filename information discarded when using -imacros Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: allan at archlinux dot org When compiling with the "-imacros" flag, the file name information is lost = in error messages and backtraces. e.g. > gcc-4.8 -imacros i.h test.c=20 : In function =E2=80=98main=E2=80=99: :5:1: error: expected =E2=80=98;=E2=80=99 before =E2=80=98}= =E2=80=99 token The problem commit is: http://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommitdiff;h=3D6adc88f8 >>From gcc-bugs-return-424645-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jun 19 15:01:35 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 5576 invoked by alias); 19 Jun 2013 15:01:35 -0000 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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 5534 invoked by uid 48); 19 Jun 2013 15:01:32 -0000 From: "meadori at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/57651] [4.8 / 4.9 Regression] gcc-ar and gcc-nm don't find the lto plugin Date: Wed, 19 Jun 2013 15:01:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: meadori at codesourcery dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-06/txt/msg01024.txt.bz2 Content-length: 400 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57651 --- Comment #2 from Meador Inge --- Since Jakub posted a patch for the PATH problem [1] and it seems that the permission issue might be a non-issue [2] is there anything else let for this bug? [1] http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01122.html [2] http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01113.html