fast-math-pr38969.f90: Skip if not vectorizing.
authorSteve Ellcey <sje@cup.hp.com>
Wed, 1 Sep 2010 21:17:04 +0000 (21:17 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 1 Sep 2010 21:17:04 +0000 (21:17 +0000)
2010-09-01  Steve Ellcey  <sje@cup.hp.com>

* gfortran.dg/vect/fast-math-pr38969.f90: Skip if not vectorizing.

From-SVN: r163745

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90

index 1fd07c7..5c9fa62 100644 (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
index 3b8ac9d..29fafdb 100644 (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" } }