[Bug testsuite/48238] FAIL: gcc.dg/debug/dwarf2/pr47939-0.c scan-assembler on *-apple-darwin*

ro at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 25 10:21:00 GMT 2011


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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.25 10:02:18
                 CC|                            |ro at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #7 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-25 10:02:18 UTC ---
Also affects Solaris with Sun as and IRIX 6.5 with gas:

Solaris:

        .byte   0x5     ! uleb128 0x5; (DIE (0xc6) DW_TAG_typedef)
        .ascii "Harry_t\0"      ! DW_AT_name

IRIX:
        .uleb128 0x5     # (DIE (0xc9) DW_TAG_typedef)
        .ascii "Harry_t\0"       # DW_AT_name

Dominique's last patch works for me (but please rather attach patches to the
PR; they are far easier to apply this way).



More information about the Gcc-bugs mailing list