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 testsuite/32841] FAIL: gfortran.dg/edit_real_1.f90 on Darwin8



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


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