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
This commit is contained in:
parent
8788adb6a2
commit
742f951567
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
@ -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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user