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/35667] HP-UX 10 has broken strtod


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

--- Comment #7 from John David Anglin <danglin at gcc dot gnu.org> 2011-03-19 17:25:21 UTC ---
Author: danglin
Date: Sat Mar 19 17:25:18 2011
New Revision: 171182

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171182
Log:
    PR fortran/35667
    * io/io.h (convert_infnan): Declare.
    * io/read.c (convert_infnan): New.
    (read_f): Use convert_infnan to convert INFs and NANs.
    * list_read.c (parse_real, read_real): Likewise.


Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/io.h
    trunk/libgfortran/io/list_read.c
    trunk/libgfortran/io/read.c


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