no-vfa-pr32377.f90: Remove xfail.
authorDorit Nuzman <dorit@il.ibm.com>
Sun, 4 Nov 2007 04:34:47 +0000 (04:34 +0000)
committerDorit Nuzman <dorit@gcc.gnu.org>
Sun, 4 Nov 2007 04:34:47 +0000 (04:34 +0000)
* gfortran.dg/vect/no-vfa-pr32377.f90: Remove xfail.

From-SVN: r129881

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/vect/no-vfa-pr32377.f90

index 89cbd133e1a9d721d811fc8a9a19266a7bb604f1..399feeba319191c6b182e3316b4a0dc72306cca0 100644 (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
index 4842190c4ec9fa4c3576f8f6f29287e9fa2f3d9f..ce4a47afda704af368af3484ceef1ff842660bff 100644 (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" } }