From 7bbdd4e9c3f0647ee683a7e433128737139275fe Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 27 Jul 2011 11:36:25 +0200 Subject: dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy of the string. * dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy of the string. (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections before .debug_line, not after it. From-SVN: r176819 --- 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 8ea9f37..7109c9d 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -18244,6 +18244,7 @@ gen_producer_string (void) case OPT__output_pch_: case OPT_fdiagnostics_show_location_: case OPT_fdiagnostics_show_option: + case OPT_fverbose_asm: case OPT____: case OPT__sysroot_: case OPT_nostdinc: -- cgit v1.1