public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/49323] New: FAIL: g++.dg/debug/dwarf2/integer-typedef.C scan-assembler-times *
@ 2011-06-08 11:32 dominiq at lps dot ens.fr
  2011-06-08 11:54 ` [Bug testsuite/49323] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-06-08 11:32 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FAIL: g++.dg/debug/dwarf2/integer-typedef.C
                    scan-assembler-times *
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: jakub@gcc.gnu.org, danglin@gcc.gnu.org,
                    ro@gcc.gnu.org, dodji@gcc.gnu.org


On x86_64-apple-darwin10 at revision 174779
g++.dg/debug/dwarf2/integer-typedef.C fails with

FAIL: g++.dg/debug/dwarf2/integer-typedef.C scan-assembler-times
[^\\n\\r]*DW_AT_name: "S<2048ul>" 1
FAIL: g++.dg/debug/dwarf2/integer-typedef.C scan-assembler-times
[^\\n\\r]*DW_AT_MIPS_linkage_name: "_ZN1SILm2048EE1fEm" 1

for both -m32 and -m64. Grepping the assembler I see

    .ascii "S<2048ul>\0"    # DW_AT_name

and

    .ascii "_ZN1SILm2048EE1fEm\0"    # DW_AT_MIPS_linkage_name
    .byte    0x87,0x40    # uleb128 0x2007; (DW_AT_MIPS_linkage_name)

The test has been introduced by revision 174742 and the failures are along the
line of pr49288.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-08 17:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-08 11:32 [Bug testsuite/49323] New: FAIL: g++.dg/debug/dwarf2/integer-typedef.C scan-assembler-times * dominiq at lps dot ens.fr
2011-06-08 11:54 ` [Bug testsuite/49323] " jakub at gcc dot gnu.org
2011-06-08 12:20 ` dominiq at lps dot ens.fr
2011-06-08 17:39 ` jakub at gcc dot gnu.org
2011-06-08 17:52 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).