------- Comment #6 from toon at moene dot indiv dot nluug dot nl 2005-11-28 15:36 ------- > I think you are right. I have been putting in debug statements all over and > find that we are asking the wrong length of reads, 8 characters, instead of 1 > in the failing case. I will get back to this in a day or so.
Isn't this a sign that we are treating the read as UNFORMATTED ? Which would be wrong as namelist reads are always FORMATTED (note: the file isn't opened, so that cannot discern between FORMATTED and UNFORMATTED. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25116