[PATCH][1/n] Fix PR65015

Richard Biener rguenther@suse.de
Wed Feb 11 11:55:00 GMT 2015


The following drops tempfile names from the DW_AT_producer string
resulting from -fltrans-output-list and -fresolution.

Applied as obvious.

Richard.

2015-02-11  Richard Biener  <rguenther@suse.de>

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

Index: gcc/dwarf2out.c
===================================================================
*** gcc/dwarf2out.c	(revision 220578)
--- gcc/dwarf2out.c	(working copy)
*************** gen_producer_string (void)
*** 19651,19656 ****
--- 19651,19658 ----
        case OPT_nostdinc:
        case OPT_nostdinc__:
        case OPT_fpreprocessed:
+       case OPT_fltrans_output_list_:
+       case OPT_fresolution_:
  	/* Ignore these.  */
  	continue;
        default:



More information about the Gcc-patches mailing list