mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-17 10:20:33 +08:00
fast-math-pr38969.f90: Skip if not vectorizing.
2010-09-01 Steve Ellcey <sje@cup.hp.com> * gfortran.dg/vect/fast-math-pr38969.f90: Skip if not vectorizing. From-SVN: r163745
This commit is contained in:
parent
50f308010c
commit
fb13cf8083
@ -1,3 +1,7 @@
|
||||
2010-09-01 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* gfortran.dg/vect/fast-math-pr38969.f90: Skip if not vectorizing.
|
||||
|
||||
2010-09-01 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/44541
|
||||
|
@ -1,4 +1,7 @@
|
||||
! { dg-timeout-factor 4.0 }
|
||||
! Skip this on platforms that don't have the vectorization instructions
|
||||
! to handle complex types. This test is very slow on these platforms so
|
||||
! skipping is better then running it unvectorized.
|
||||
! { dg-skip-if "" { ia64-*-* sparc*-*-* } { "*" } { "" } }
|
||||
program mymatmul
|
||||
implicit none
|
||||
integer, parameter :: kp = 4
|
||||
@ -18,5 +21,5 @@ program mymatmul
|
||||
|
||||
end program mymatmul
|
||||
|
||||
! { dg-final { scan-tree-dump "vectorized 1 loops" "vect" { xfail { ia64-*-* sparc*-*-* } } } }
|
||||
! { dg-final { scan-tree-dump "vectorized 1 loops" "vect" } }
|
||||
! { dg-final { cleanup-tree-dump "vect" } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user