diff mbox

[committed] gfortran.dg/graphite/interchange-1.f: Remove xfail

Message ID 4E4F5CC3.3070504@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Aug. 20, 2011, 7:05 a.m. UTC
I saw that the test case now XPASSes and I find also some xpass in 
gcc-testresult. (Not for all, but I think those do not build graphite.)

I think the XPASS is due to 
http://gcc.gnu.org/ml/fortran/2011-08/msg00023.html

Committed patch as Rev. 177923.

Tobias

Comments

Rainer Orth Aug. 22, 2011, 9:01 a.m. UTC | #1
Tobias,

> I saw that the test case now XPASSes and I find also some xpass in
> gcc-testresult. (Not for all, but I think those do not build graphite.)
>
> I think the XPASS is due to
> http://gcc.gnu.org/ml/fortran/2011-08/msg00023.html

This is PR tree-optimization/50124.

	Rainer
diff mbox

Patch

Index: gcc/testsuite/gfortran.dg/graphite/interchange-1.f
===================================================================
--- gcc/testsuite/gfortran.dg/graphite/interchange-1.f	(Revision 177922)
+++ gcc/testsuite/gfortran.dg/graphite/interchange-1.f	(Arbeitskopie)
@@ -41,5 +41,5 @@ 
 ! known to be 4 in the inner two loops.  See interchange-2.f for the
 ! kernel from bwaves.
 
-! { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } }
+! { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } }
 ! { dg-final { cleanup-tree-dump "graphite" } }
Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog	(Revision 177922)
+++ gcc/testsuite/ChangeLog	(Arbeitskopie)
@@ -1,3 +1,7 @@ 
+2011-08-20  Tobias Burnus  <burnus@net-b.de>
+
+	* gfortran.dg/graphite/interchange-1.f: Remove xfail.
+
 2011-08-19  Mikael Morin  <mikael.morin@sfr.fr>
 
 	PR fortran/50129