From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119653 invoked by alias); 24 Feb 2015 09:09:49 -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 119613 invoked by uid 55); 24 Feb 2015 09:09:45 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/65015] LTO produces randomly ordered debug information Date: Tue, 24 Feb 2015 09:24:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth 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: 2015-02/txt/msg02594.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65015 --- Comment #24 from Richard Biener --- Author: rguenth Date: Tue Feb 24 09:09:11 2015 New Revision: 220935 URL: https://gcc.gnu.org/viewcvs?rev=220935&root=gcc&view=rev Log: 2015-02-24 Richard Biener Backport from mainline 2015-02-11 Richard Biener PR lto/65015 * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list and -fresolution. 2015-02-13 Richard Biener PR lto/65015 * dwarf2out.c (dwarf2out_finish): Use as DW_AT_name for LTO produced CUs. 2015-02-16 Richard Biener PR lto/65015 * varasm.c (default_file_start): For LTO produced units emit as file directive. 2015-01-17 Jan Kratochvil * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed. Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/dwarf2out.c branches/gcc-4_9-branch/gcc/varasm.c