This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32841] [4.3 regression] HUGE(1.0d0) is written a +Infinity on Darwin8
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2007 06:41:47 -0000
- Subject: [Bug libfortran/32841] [4.3 regression] HUGE(1.0d0) is written a +Infinity on Darwin8
- References: <bug-32841-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #15 from dominiq at lps dot ens dot fr 2007-07-25 06:41 -------
Subject: Re: [4.3 regression] HUGE(1.0d0) is written a
+Infinity on Darwin8
Forgot to say in my previous mail that libgfortran/config.h for
gcc4.2.1 contains:
...
/* Define if fpclassify is broken. */
/* #undef HAVE_BROKEN_FPCLASSIFY */
/* Define if isfinite is broken. */
#define HAVE_BROKEN_ISFINITE 1
/* Define if isnan is broken. */
/* #undef HAVE_BROKEN_ISNAN */
...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32841