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 gcc.dg/tree-ssa/20030922-2.c


Am I right in believing that this test case is now passing correctly?

Ben


2004-10-26  Ben Elliston  <bje@au.ibm.com>

	* gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.

Index: 20030922-2.c
===================================================================
RCS file: /home/bje/gcc-cvs/gcc/gcc/testsuite/gcc.dg/tree-ssa/20030922-2.c,v
retrieving revision 1.2
diff -u -p -r1.2 20030922-2.c
--- 20030922-2.c	13 May 2004 06:40:51 -0000	1.2
+++ 20030922-2.c	26 Oct 2004 06:32:19 -0000
@@ -19,4 +19,4 @@ rgn_rank (rtx insn1, rtx insn2)
 }
 
 /* There should be two IF conditionals.  */
-/* { dg-final { scan-tree-dump-times "if " 2 "dom1" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "if " 2 "dom1" } } */


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