This is the mail archive of the gcc-patches@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]

Fix for g++.dg/rtti/tinfo1.C


Upon closer inspection, this test seems to pass now.
Okay for mainline?

2004-11-03  Ben Elliston  <bje@au.ibm.com>

	* g++.dg/rtti/tinfo1.C: Remove xfails.

Index: tinfo1.C
===================================================================
RCS file: /home/bje/gcc-cvs/gcc/gcc/testsuite/g++.dg/rtti/tinfo1.C,v
retrieving revision 1.3
diff -u -p -r1.3 tinfo1.C
--- tinfo1.C	27 Jul 2004 20:19:37 -0000	1.3
+++ tinfo1.C	3 Nov 2004 04:54:06 -0000
@@ -1,8 +1,8 @@
 // Test if a local definition is in a linkonce/comdat section.
 // { dg-do compile }
-// { dg-final { scan-assembler "_ZTIP9CTemplateIhE:" { xfail *-*-* } } }
-// { dg-final { scan-assembler-not ".globl\[ 	\]+_ZTIP9CTemplateIhE" { xfail *-*-* } } }
-// { dg-final { scan-assembler-not ".section\[^\n\r\]*_ZTIP9CTemplateIhE\[^\n\r\]*" { xfail *-*-* } } }
+// { dg-final { scan-assembler "_ZTIP9CTemplateIhE:" } }
+// { dg-final { scan-assembler-not ".globl\[ 	\]+_ZTIP9CTemplateIhE" } }
+// { dg-final { scan-assembler-not ".section\[^\n\r\]*_ZTIP9CTemplateIhE\[^\n\r\]*" } }
 
 
 namespace std


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