Commit fb13cf80 by Steve Ellcey Committed by Steve Ellcey

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
parent 50f30801
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
......
! { 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" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment