This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/32841] FAIL: gfortran.dg/edit_real_1.f90 on Darwin8
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2007 20:54:19 -0000
- Subject: [Bug testsuite/32841] FAIL: gfortran.dg/edit_real_1.f90 on Darwin8
- References: <bug-32841-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-07-20 20:54 -------
The WTITEing of "Infinity" is dependent on the following C code in io/write.c
res = isfinite (n);
if (res == 0)
So if the isfinite function is broken on this system, that would explain this
problem.
Can you test with a C program to see if indeed this is the problem?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32841