public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/43963]  New: [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot
@ 2010-05-02 19:04 hjl dot tools at gmail dot com
  2010-05-02 19:26 ` [Bug target/43963] " ubizjak at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-02 19:04 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 158973 gave:

FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot

Revision 158970 is OK.


-- 
           Summary: [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-
                    assembler 0x0.*Vtable slot
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug target/43963] [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot
  2010-05-02 19:04 [Bug target/43963] New: [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot hjl dot tools at gmail dot com
@ 2010-05-02 19:26 ` ubizjak at gmail dot com
  2010-05-02 20:11 ` ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ubizjak at gmail dot com @ 2010-05-02 19:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ubizjak at gmail dot com  2010-05-02 19:25 -------
Yes a testsuite scan pattern update is needed. We now emit 0 instead of 0x0 for
non-padded hex values and I missed this failure in the results.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ubizjak at gmail dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-02 19:25:53
               date|                            |


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


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

* [Bug target/43963] [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot
  2010-05-02 19:04 [Bug target/43963] New: [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot hjl dot tools at gmail dot com
  2010-05-02 19:26 ` [Bug target/43963] " ubizjak at gmail dot com
@ 2010-05-02 20:11 ` ubizjak at gmail dot com
  2010-05-02 20:45 ` uros at gcc dot gnu dot org
  2010-05-02 20:46 ` [Bug testsuite/43963] " ubizjak at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: ubizjak at gmail dot com @ 2010-05-02 20:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ubizjak at gmail dot com  2010-05-02 20:11 -------
Index: g++.dg/debug/dwarf2/icf.C
===================================================================
--- g++.dg/debug/dwarf2/icf.C   (revision 158970)
+++ g++.dg/debug/dwarf2/icf.C   (working copy)
@@ -46,5 +46,5 @@
 // { dg-final { scan-assembler "Caller DIE offset" } }
 // { dg-final { scan-assembler "Point of call" } }
 // { dg-final { scan-assembler "Callee DIE offset" } }
-// { dg-final { scan-assembler "0x0.*Vtable slot" } }
-// { dg-final { scan-assembler "0x1.*Vtable slot" } }
+// { dg-final { scan-assembler "0\[ \t\]+.*Vtable slot" } }
+// { dg-final { scan-assembler "0x1\[ \t\]+.*Vtable slot" } }


-- 


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


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

* [Bug target/43963] [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot
  2010-05-02 19:04 [Bug target/43963] New: [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot hjl dot tools at gmail dot com
  2010-05-02 19:26 ` [Bug target/43963] " ubizjak at gmail dot com
  2010-05-02 20:11 ` ubizjak at gmail dot com
@ 2010-05-02 20:45 ` uros at gcc dot gnu dot org
  2010-05-02 20:46 ` [Bug testsuite/43963] " ubizjak at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: uros at gcc dot gnu dot org @ 2010-05-02 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from uros at gcc dot gnu dot org  2010-05-02 20:45 -------
Subject: Bug 43963

Author: uros
Date: Sun May  2 20:45:20 2010
New Revision: 158982

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158982
Log:
        PR testsuite/43963
        * g++.dg/debug/dwarf2/icf.C: Update scan regexp for Vtable slot 0.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/icf.C


-- 


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


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

* [Bug testsuite/43963] [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot
  2010-05-02 19:04 [Bug target/43963] New: [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-05-02 20:45 ` uros at gcc dot gnu dot org
@ 2010-05-02 20:46 ` ubizjak at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: ubizjak at gmail dot com @ 2010-05-02 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ubizjak at gmail dot com  2010-05-02 20:45 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
          Component|target                      |testsuite
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0


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


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

end of thread, other threads:[~2010-05-02 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-02 19:04 [Bug target/43963] New: [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot hjl dot tools at gmail dot com
2010-05-02 19:26 ` [Bug target/43963] " ubizjak at gmail dot com
2010-05-02 20:11 ` ubizjak at gmail dot com
2010-05-02 20:45 ` uros at gcc dot gnu dot org
2010-05-02 20:46 ` [Bug testsuite/43963] " ubizjak at gmail dot com

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