no-vfa-pr32377.f90: Remove xfail.

* gfortran.dg/vect/no-vfa-pr32377.f90: Remove xfail.

From-SVN: r129881
This commit is contained in:
Dorit Nuzman 2007-11-04 04:34:47 +00:00 committed by Dorit Nuzman
parent a0aa00d709
commit 55e67e4462
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2007-11-03 Dorit Nuzman <doirit@il.ibm.com>
* gfortran.dg/vect/no-vfa-pr32377.f90: Remove xfail.
2007-11-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/33881

View File

@ -1,4 +1,5 @@
! { dg-do compile }
! { dg-require-effective-target vect_float }
subroutine s243(ntimes,ld,n,ctime,dtime,a,b,c,d,e,aa,bb,cc)
@ -10,11 +11,6 @@ real t1,t2,chksum,ctime,dtime,cs1d
return
end
! Currently only the first loop gets vectorized.
! For the second loop vectorization fails because of
! "affine-affine test failed: missing iteration counts."
! See PR 32377 for more details.
! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail *-*-* } } }
! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } }
! { dg-final { cleanup-tree-dump "vect" } }