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).