On Wed, 6 Jul 2011, Rainer Orth wrote: > 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?
Ok. Thanks, Richard. > 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" } } */ >