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  <r...@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

Reply via email to