------- Comment #8 from burnus at gcc dot gnu dot org 2010-06-28 09:09 ------- Created an attachment (id=21022) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21022&action=view) Draft patch for reading NaN(alphanum) in list-directed I/O
While INF/NAN were already supported in list-directed I/O (cf. PR fortran/34319 and PR 34427), NAN(alpanum) was not. Attached is a draft patch to handle it. That's a separate but related issue to the patch in comment 7 which is about format-based I/O. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43298