aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2015-02-11 12:00:44 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2015-02-11 12:00:44 +0000
commitece70d335d7d88dc3524708b854518b997e6cf80 (patch)
treecef00422109dae124a4d6b79774bf96b614cd6aa /gcc/dwarf2out.c
parent9c4f25cc11ab1b3a4d73a4db3905ec079d9d122a (diff)
downloadgcc-ece70d335d7d88dc3524708b854518b997e6cf80.zip
gcc-ece70d335d7d88dc3524708b854518b997e6cf80.tar.gz
gcc-ece70d335d7d88dc3524708b854518b997e6cf80.tar.bz2
re PR lto/65015 (LTO produces randomly ordered debug information)
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
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 8c3f1c0..2ecd23f 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: