From: Rainer Orth Date: Mon, 24 Jan 2011 09:30:31 +0000 (+0000) Subject: re PR target/45988 (gfortran.dg/vect/fast-math-pr38968.f90 times out on 32-bit Solari... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=742f95156717939d973ef91598561b624c461e03;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 71825be5ae6..e21f02bf641 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2011-01-24 Rainer Orth + + * 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 PR fortran/47421 diff --git a/gcc/testsuite/gfortran.dg/array_constructor_33.f90 b/gcc/testsuite/gfortran.dg/array_constructor_33.f90 index 7a7c6fa2e2f..79118af3f7b 100644 --- a/gcc/testsuite/gfortran.dg/array_constructor_33.f90 +++ b/gcc/testsuite/gfortran.dg/array_constructor_33.f90 @@ -1,4 +1,5 @@ ! { dg-do compile } +! { dg-timeout-factor 4 } ! PR20923 gfortran slow for large array constructors. ! Test case prepared from PR by Jerry DeLisle program sel diff --git a/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90 b/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90 index e009f7105e1..bfad470f1a7 100644 --- a/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90 +++ b/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90 @@ -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