This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35699] run-time abort writing zero sized section to direct access file
- From: "dick dot hendrickson at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Mar 2008 21:49:50 -0000
- Subject: [Bug fortran/35699] run-time abort writing zero sized section to direct access file
- References: <bug-35699-15620@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dick dot hendrickson at gmail dot com 2008-03-25 21:49 -------
I have another essentially identical subroutine that uses double complex
instead of character and appears to fail in the same way. I also have three
other subroutines that write/read zero sized arrays and return a non-zero
iostat value or incorrectly read a single value into the zero sized array.
These are simpler write/reads and only have a single array, as opposed to
three, in the i/o lists. For me, it's a mechanical pain in the rear to extract
the additional cases. I'm looking for advice, is it easier A) for you to send
me a link to an experimental windows compiler once you think you have a fix, B)
me to wait until the next release and then retry the other cases, C) slowly
over the next few days extract the others and make a working version of them?
Or, do you guys have another suggestion?
Dick Hendrickson
Dick Hendrickson
--
dick dot hendrickson at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dick dot hendrickson at
| |gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35699