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]

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


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  <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" } } */
> 


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