This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/32841] [4.3 regression] HUGE(1.0d0) is written a +Infinity on Darwin8



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]