From: Jakub Jelinek Date: Wed, 27 Jul 2011 09:36:25 +0000 (+0200) Subject: dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bbdd4e9c3f0647ee683a7e433128737139275fe;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a64dd56d87e..266216c809b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-07-27 Jakub Jelinek + + * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm + option. + 2011-07-27 Kai Tietz * tree-vrp.c (extract_range_from_binary_expr): Remove diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 8ea9f378786..7109c9dbfb3 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: