aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-11-10 02:19:27 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-11-10 02:19:27 +0000
commit2cbcdebaf9da99f581c309564fc5e458c8725d47 (patch)
treef1a70346c066ae259be7cf608066ff4eebd910b6 /libgfortran/configure
parent4ef509c05829d8ae5df462a4fdf12208fa2745ac (diff)
downloadgcc-2cbcdebaf9da99f581c309564fc5e458c8725d47.zip
gcc-2cbcdebaf9da99f581c309564fc5e458c8725d47.tar.gz
gcc-2cbcdebaf9da99f581c309564fc5e458c8725d47.tar.bz2
re PR fortran/18218 (Miscompare in sixtrack benchmark caused by loss of precision)
PR fortran/18218 * configure.ac: Check for strtof. * configure: Regenerate. * config.h.in: Regenerate. * io/read.c (convert_real): Use strtof if available. (convert_precision_real): Remove. (read_f): Avoid poor exponentiation algorithm. gcc/testsuite/ * gfortran.dg/list_read.c: New test. From-SVN: r90382
Diffstat (limited to 'libgfortran/configure')
-rwxr-xr-xlibgfortran/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgfortran/configure b/libgfortran/configure
index 3cf4dbe..e486b4e 100755
--- a/libgfortran/configure
+++ b/libgfortran/configure
@@ -6821,7 +6821,8 @@ fi
-for ac_func in getrusage times mkstemp
+
+for ac_func in getrusage times mkstemp strtof
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5