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:
Steve Ellcey 2010-09-01 21:17:04 +00:00 committed by Steve Ellcey
parent 50f308010c
commit fb13cf8083
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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" } }