[testsuite] Don't XFAIL gcc.dg/tree-ssa/20030807-7.c (PR tree-optimization/49647)

Rainer Orth ro@CeBiTec.Uni-Bielefeld.DE
Wed Jul 6 11:52:00 GMT 2011


As described in the PR, gcc.dg/tree-ssa/20030807-7.c seems to XPASS
everywhere.  This patch removes the xfail.

Tested with the appropriate runtest invocation on i386-pc-solaris2.10.

Ok for mainline?

	Rainer


2011-07-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	PR tree-optimization/49647
	* gcc.dg/tree-ssa/20030807-7.c: Remove xfail *-*-*.

Index: gcc/testsuite/gcc.dg/tree-ssa/20030807-7.c
===================================================================
--- gcc/testsuite/gcc.dg/tree-ssa/20030807-7.c	(revision 175909)
+++ gcc/testsuite/gcc.dg/tree-ssa/20030807-7.c	(working copy)
@@ -33,5 +33,5 @@
 }
 
 /* There should be exactly one IF conditional.  */
-/* { dg-final { scan-tree-dump-times "if " 1 "vrp1" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "if " 1 "vrp1" } } */
 /* { dg-final { cleanup-tree-dump "vrp1" } } */

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University



More information about the Gcc-patches mailing list