[Committed] gfortran.dg/nearest_1.f90 workaround testsuite failure
Steve Kargl
sgk@troutmask.apl.washington.edu
Fri Sep 29 17:43:00 GMT 2006
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
More information about the Fortran
mailing list