This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[Committed] gfortran.dg/nearest_1.f90 workaround testsuite failure


I've committed the following to workaround problems on
architectures where a register may have more precision 
than the Fortran data type in test.

2006-09-29  Steven G. Kargl  <kargl@gcc.gnu.org>

	* gfortran.dg/nearest_1.f90: Add -ffloat-store to defeat extra
	precision on some archs.

Index: gfortran.dg/nearest_1.f90
===================================================================
--- gfortran.dg/nearest_1.f90	(revision 117308)
+++ gfortran.dg/nearest_1.f90	(working copy)
@@ -1,4 +1,5 @@
 ! { dg-do run }
+! { dg-options "-ffloat-store" }
 ! PR fortran/27021
 ! Original code submitted by Dominique d'Humieres
 ! Converted to Dejagnu for the testsuite by Steven G. Kargl

-- 
Steve


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