mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 05:30:24 +08:00
no-vfa-pr32377.f90: Remove xfail.
* gfortran.dg/vect/no-vfa-pr32377.f90: Remove xfail. From-SVN: r129881
This commit is contained in:
parent
a0aa00d709
commit
55e67e4462
@ -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
|
||||
|
@ -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" } }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user