View | Details | Return to bug 68848 | Differences between
and this patch

Collapse All | Expand All

(-)a/gcc/dwarf2out.c (-1 / +1 lines)
Lines 20151-20156 gen_producer_string (void) Link Here
20151
      case OPT_fpreprocessed:
20151
      case OPT_fpreprocessed:
20152
      case OPT_fltrans_output_list_:
20152
      case OPT_fltrans_output_list_:
20153
      case OPT_fresolution_:
20153
      case OPT_fresolution_:
20154
      case OPT_fdebug_prefix_map_:
20154
	/* Ignore these.  */
20155
	/* Ignore these.  */
20155
	continue;
20156
	continue;
20156
      default:
20157
      default:
20157
- 

Return to bug 68848