aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2015-01-17 08:00:13 +0000
committerJan Kratochvil <jkratoch@gcc.gnu.org>2015-01-17 08:00:13 +0000
commitc39435736f0509200cb5f20022dc19bf722a98a0 (patch)
tree14093855893c9aac9a44d08e947f62525944549e /gcc/dwarf2out.c
parent0ed4bf92c502a4b9f8a310313fc52f4ff2059041 (diff)
downloadgcc-c39435736f0509200cb5f20022dc19bf722a98a0.zip
gcc-c39435736f0509200cb5f20022dc19bf722a98a0.tar.gz
gcc-c39435736f0509200cb5f20022dc19bf722a98a0.tar.bz2
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
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index ebb1b6d..5190c86 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -19624,6 +19624,7 @@ gen_producer_string (void)
case OPT__sysroot_:
case OPT_nostdinc:
case OPT_nostdinc__:
+ case OPT_fpreprocessed:
/* Ignore these. */
continue;
default: