Commit 742f9515 by Rainer Orth Committed by Rainer Orth

re PR target/45988 (gfortran.dg/vect/fast-math-pr38968.f90 times out on 32-bit Solaris 10/x86)

	* gfortran.dg/array_constructor_33.f90: Use dg-timeout-factor 4.

	PR testsuite/45988
	* gfortran.dg/vect/fast-math-pr38968.f90: Use dg-timeout-factor 2.

From-SVN: r169153
parent 8788adb6
2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gfortran.dg/array_constructor_33.f90: Use dg-timeout-factor 4.
PR testsuite/45988
* gfortran.dg/vect/fast-math-pr38968.f90: Use dg-timeout-factor 2.
2011-01-23 Tobias Burnus <burnus@net-b.de>
PR fortran/47421
......
! { dg-do compile }
! { dg-timeout-factor 4 }
! PR20923 gfortran slow for large array constructors.
! Test case prepared from PR by Jerry DeLisle <jvdelisle@gcc.gnu.org>
program sel
......
......@@ -2,6 +2,8 @@
! 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*-*-* } { "*" } { "" } }
! It can be slow on some x86 CPUs.
! { dg-timeout-factor 2 }
program mymatmul
implicit none
integer, parameter :: kp = 4
......
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