[Bug debug/87451] FAIL: gcc.dg/debug/dwarf2/inline5.c
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 27 14:11:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87451
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|aarch64, arm |aarch64,
| |arm,sparc-sun-solaris2.*,i3
| |86-pc-solaris2.*
CC| |ro at gcc dot gnu.org
Summary|FAIL: |FAIL:
|gcc.dg/debug/dwarf2/inline5 |gcc.dg/debug/dwarf2/inline5
|.c on aarch64 and arm |.c
--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> ---
The test also FAILs on Solaris/SPARC and x86 with /bin/as, which have different
comment signs:
x86:
.byte 0x6 / uleb128 0x6; (DIE (0x160) DW_TAG_lexical_block)
.byte 0xc / uleb128 0xc; (DIE (0x19f) DW_TAG_lexical_block)
.byte 0x6 / uleb128 0x6; (DIE (0x1c3) DW_TAG_lexical_block)
.byte 0xb / uleb128 0xb; (TAG: DW_TAG_lexical_block)
.byte 0xb / uleb128 0xb; (TAG: DW_TAG_lexical_block)
sparc:
.byte 0x6 ! uleb128 0x6; (DIE (0x14c) DW_TAG_lexical_block)
.byte 0xc ! uleb128 0xc; (DIE (0x18b) DW_TAG_lexical_block)
.byte 0x6 ! uleb128 0x6; (DIE (0x1b0) DW_TAG_lexical_block)
.byte 0xb ! uleb128 0xb; (TAG: DW_TAG_lexical_block)
.byte 0xb ! uleb128 0xb; (TAG: DW_TAG_lexical_block)
More information about the Gcc-bugs
mailing list