http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45845

--- Comment #8 from Jack Howarth <howarth at nitro dot med.uc.edu> 2010-10-01 
16:34:15 UTC ---
The regression caused by r164719 was not eliminated with the change introduced
in r164874. The change in pubtypes.s of...


@@ -2575,19 +2575,15 @@
        .ascii "main\0" # external name
        .long   0
        .section __DWARF,__debug_pubtypes,regular,debug
-       .long   0x2a    # Length of Public Type Names Info
+       .long   0x1e    # Length of Public Type Names Info
        .word   0x2     # DWARF Version
        .set L$set$185,Ldebug_info0-Lsection__debug_info
        .long L$set$185 # Offset of Compilation Unit Info
        .long   0x421   # Compilation Unit Length
        .long   0x72    # DIE offset
        .ascii "empty\0"        # external name
-       .long   0xef    # DIE offset
-       .ascii "A\0"    # external name
        .long   0x7c    # DIE offset
        .ascii "B\0"    # external name
-       .long   0xef    # DIE offset
-       .ascii "A\0"    # external name
        .long   0
        .section __DWARF,__debug_aranges,regular,debug
        .long   0x1c    # Length of Address Ranges Info

caused by r164719 still remains.

Reply via email to