re PR lto/65015 (LTO produces randomly ordered debug information)
authorRichard Biener <rguenther@suse.de>
Wed, 11 Feb 2015 12:00:44 +0000 (12:00 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 11 Feb 2015 12:00:44 +0000 (12:00 +0000)
2015-02-11  Richard Biener  <rguenther@suse.de>

PR lto/65015
* dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
and -fresolution.

From-SVN: r220613

gcc/ChangeLog
gcc/dwarf2out.c

index 11530bf99358aa9683d3ffc1c20db1dbbd419566..08d430f80f9ebedbfe792a0e1b851c5cce353d83 100644 (file)
@@ -1,3 +1,9 @@
+2015-02-11  Richard Biener  <rguenther@suse.de>
+
+       PR lto/65015
+       * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
+       and -fresolution.
+
 2015-02-11  Andrew Pinski  <apinski@cavium.com>
 
        PR target/64893
index 8c3f1c0e05e1adf66fcc590fcdfec27bcbfedd9b..2ecd23ff2a37dceb516e9510586b73d71a961469 100644 (file)
@@ -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: