diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-09 18:47:11 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-09 18:47:11 +0000 |
commit | 7e65c779b367025ac57db99cec3d745350a6783a (patch) | |
tree | b0229dad035aa2b5e40711de60b627e662093e81 /libgfortran/config.h.in | |
parent | f1453e14784249e1f513ef104973a7ef71b69e78 (diff) | |
download | gcc-7e65c779b367025ac57db99cec3d745350a6783a.tar.gz |
* acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE,
LIBGFOR_CHECK_FOR_BROKEN_ISNAN,
LIBGFOR_CHECK_FOR_BROKEN_FPCLASSIFY): Remove.
* configure.ac: Remove above checks.
* libgfortran.h: Define isnan, isinf, isfinite, isnormal and
signbit in terms of the respective built-ins.
* io/write_float.def (WRITE_FLOAT): Use signbit() instead of
__builtin_signbit().
* intrinsics/c99_functions.c (tgamma): Use isnan() instead of
__builtin_isnan().
* config.h.in: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164119 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index bdf3b4ac49f..f5f367fd236 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -87,15 +87,6 @@ /* Define to 1 if you have the `backtrace_symbols' function. */ #undef HAVE_BACKTRACE_SYMBOLS -/* Define if fpclassify is broken. */ -#undef HAVE_BROKEN_FPCLASSIFY - -/* Define if isfinite is broken. */ -#undef HAVE_BROKEN_ISFINITE - -/* Define if isnan is broken. */ -#undef HAVE_BROKEN_ISNAN - /* Define if powf is broken. */ #undef HAVE_BROKEN_POWF |