This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/43963] [4.6 regression] FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler 0x0.*Vtable slot



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]