dwarf2out.c (output_macinfo_op): Ensure fd->filename points to GC allocated copy...
authorJakub Jelinek <jakub@redhat.com>
Wed, 27 Jul 2011 09:36:25 +0000 (11:36 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 27 Jul 2011 09:36:25 +0000 (11:36 +0200)
* 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/ChangeLog
gcc/dwarf2out.c

index a64dd56d87e3205265cc90e075d885ae1fa837b9..266216c809b271feb3f93326101d7d267bd586cc 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm
+       option.
+
 2011-07-27  Kai Tietz  <ktietz@redhat.com>
 
        * tree-vrp.c (extract_range_from_binary_expr): Remove
index 8ea9f3787863ae0d8301c8a9b2cb16077e6b9cb9..7109c9dbfb360b1f0eac1fa2392b37f4365ea7df 100644 (file)
@@ -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: