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/25307] internal read with end=label aborts



------- Comment #3 from jvdelisle at gcc dot gnu dot org  2005-12-10 20:21 -------
Where and how end of record or end of file is detected is very sensitive in
this code for internal IO.  I am currently dredging on 25264 which also has
sensitivities.  When you work at this long enough you realize that you have at
least three different code paths intermixed in transfer.  Files, scaler
character strings, and character arrays.

If you think you know whats up here, give me some feedback so we don't clobber
each other. :)


-- 


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


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