From 266cc0c181549c2fb6b50f8f26213cdc89101026 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Fri, 18 Dec 2015 19:48:26 +0000 Subject: Ignore -fdebug-prefix-map in producer string (by Daniel Kahn Gillmor) * dwarf2out.c (gen_producer_string): Ignore -fdebug-prefix-map. testsuite/ * gcc.dg/debug/dwarf2/prod-options.c: New test. From-SVN: r231835 --- gcc/dwarf2out.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 067c4f2..320a077 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -21498,6 +21498,7 @@ gen_producer_string (void) case OPT_fpreprocessed: case OPT_fltrans_output_list_: case OPT_fresolution_: + case OPT_fdebug_prefix_map_: /* Ignore these. */ continue; default: -- cgit v1.1