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 fortran/35667] FAIL: gfortran.dg/nan_3.f90 execution test



------- Comment #2 from danglin at gcc dot gnu dot org  2008-03-22 20:12 -------
The problem is the use of strtod in convert_real.  Unfortunately, strtod
does not return correct values for nan, inf and infinity on hpux10.  This
was fixed in hpux11.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35667


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