+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
! { dg-do compile }
+! { dg-require-effective-target vect_float }
subroutine s243(ntimes,ld,n,ctime,dtime,a,b,c,d,e,aa,bb,cc)
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" } }