This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, testsuite] Add timeout to gfortran.dg/vect/fast-math-pr38968.f90


I get timeouts on my IA64 boxes for gfortran.dg/vect/fast-math-pr38968.f90
because we can't vectorize it and that means the test takes a long time
to finish.  We have an XFAIL for the failure to vectorize, this change is
just to add a dg-timeout-factor to the test so we don't get a timeout
failure.

Tested on IA64 HP-UX and Linux.

OK to checkin?


2009-10-13  Steve Ellcey  <sje@cup.hp.com>

	* gfortran.dg/vect/fast-math-pr38968.f90: Add timeout.



Index: gfortran.dg/vect/fast-math-pr38968.f90
===================================================================
--- gfortran.dg/vect/fast-math-pr38968.f90	(revision 152732)
+++ gfortran.dg/vect/fast-math-pr38968.f90	(working copy)
@@ -1,3 +1,4 @@
+! { dg-timeout-factor 4.0 }
 program mymatmul
   implicit none
   integer, parameter :: kp = 4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]