Commit c3943573 by Jan Kratochvil Committed by Jan Kratochvil

dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.

2015-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.

From-SVN: r219797
parent 0ed4bf92
2015-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
* dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
2015-01-17 Bernd Schmidt <bernds@codesourcery.com>
PR rtl-optimization/52773
......
......@@ -19624,6 +19624,7 @@ gen_producer_string (void)
case OPT__sysroot_:
case OPT_nostdinc:
case OPT_nostdinc__:
case OPT_fpreprocessed:
/* 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