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  <rguent...@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:

Reply via email to