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

* [Bug testsuite/49323] FAIL: g++.dg/debug/dwarf2/integer-typedef.C scan-assembler-times *
  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 ` jakub at gcc dot gnu.org
  2011-06-08 12:20 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-06-08 11:54 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.06.08 11:52:22
         AssignedTo|unassigned at gcc dot       |jakub at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-08 11:52:22 UTC ---
Created attachment 24466
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24466
gcc47-pr49323.patch

Does this work for you?


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

* [Bug testsuite/49323] FAIL: g++.dg/debug/dwarf2/integer-typedef.C scan-assembler-times *
  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
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-06-08 12:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-06-08 12:19:17 UTC ---
> Created attachment 24466 [details]
> gcc47-pr49323.patch
>
> Does this work for you?

On x86_64-apple-darwin10, yes it does (I cannot test powerpc-apple-darwin9
right now), thanks.


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

* [Bug testsuite/49323] FAIL: g++.dg/debug/dwarf2/integer-typedef.C scan-assembler-times *
  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
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-06-08 17:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-08 17:36:15 UTC ---
Author: jakub
Date: Wed Jun  8 17:36:12 2011
New Revision: 174813

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174813
Log:
    PR testsuite/49323
    * g++.dg/debug/dwarf2/integer-typedef.C: Add -fno-merge-debug-strings
    to dg-options, match also DW_AT_linkage_name.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/integer-typedef.C


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

* [Bug testsuite/49323] FAIL: g++.dg/debug/dwarf2/integer-typedef.C scan-assembler-times *
  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
                   ` (2 preceding siblings ...)
  2011-06-08 17:39 ` jakub at gcc dot gnu.org
@ 2011-06-08 17:52 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-06-08 17:52 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-08 17:49:06 UTC ---
Fixed.


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