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
This commit is contained in:
parent
9c4f25cc11
commit
ece70d335d
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue