Commit ece70d33 by Richard Biener Committed by Richard Biener

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
parent 9c4f25cc
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
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment