This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/26712] gfortran on mac intel runtime floating point exception when printing
- From: "ccb at dl dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2006 12:35:06 -0000
- Subject: [Bug libfortran/26712] gfortran on mac intel runtime floating point exception when printing
- References: <bug-26712-12369@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from ccb at dl dot ac dot uk 2006-03-16 12:35 -------
I have played with this some more, and it seems to be an floating point
underflow. Default configure results in FPU_HOST_HEADER=config/fpu-387.h,
however, Darwin on i386 uses a fenv.h that is similar to that in
config/fpu-glibc.h.
By editing fpu-glibc.h I can run test.f successfully.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26712