diff options
author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-10 02:19:27 +0000 |
---|---|---|
committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-10 02:19:27 +0000 |
commit | 5e7b82bb9e3d9f11c49ed360c650aee50b472e97 (patch) | |
tree | f1a70346c066ae259be7cf608066ff4eebd910b6 /libgfortran/config.h.in | |
parent | 3eb34262e804b5b6611f57aaf036c391fc06e057 (diff) | |
download | gcc-5e7b82bb9e3d9f11c49ed360c650aee50b472e97.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90382 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index ecb9a6c896f..d31c21b84c9 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -156,6 +156,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strtof' function. */ +#undef HAVE_STRTOF + /* Define to 1 if you have the <sys/mman.h> header file. */ #undef HAVE_SYS_MMAN_H |