From: Richard Biener Date: Wed, 11 Feb 2015 12:00:44 +0000 (+0000) Subject: re PR lto/65015 (LTO produces randomly ordered debug information) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ece70d335d7d88dc3524708b854518b997e6cf80;p=gcc.git re PR lto/65015 (LTO produces randomly ordered debug information) 2015-02-11 Richard Biener PR lto/65015 * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list and -fresolution. From-SVN: r220613 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 11530bf9935..08d430f80f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-02-11 Richard Biener + + PR lto/65015 + * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list + and -fresolution. + 2015-02-11 Andrew Pinski PR target/64893 diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 8c3f1c0e05e..2ecd23ff2a3 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -19651,6 +19651,8 @@ gen_producer_string (void) case OPT_nostdinc: case OPT_nostdinc__: case OPT_fpreprocessed: + case OPT_fltrans_output_list_: + case OPT_fresolution_: /* Ignore these. */ continue; default: