This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/25307] internal read with end=label aborts
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Dec 2005 20:21:16 -0000
- Subject: [Bug libfortran/25307] internal read with end=label aborts
- References: <bug-25307-11807@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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