dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 17 Jan 2015 08:00:13 +0000 (08:00 +0000)
committerJan Kratochvil <jkratoch@gcc.gnu.org>
Sat, 17 Jan 2015 08:00:13 +0000 (08:00 +0000)
2015-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>

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

From-SVN: r219797

gcc/ChangeLog
gcc/dwarf2out.c

index 80f8c927b0eba7721846e44ecf956f6b8c6c1f39..1efbd469e405e6489a97bb61bdc8151ac007e455 100644 (file)
@@ -1,3 +1,7 @@
+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
index ebb1b6d8c3e93858e7724b40ec12b57eefee37fb..5190c86697fd21da546203ad40bc6058e001bcc6 100644 (file)
@@ -19624,6 +19624,7 @@ gen_producer_string (void)
       case OPT__sysroot_:
       case OPT_nostdinc:
       case OPT_nostdinc__:
+      case OPT_fpreprocessed:
        /* Ignore these.  */
        continue;
       default: