[Bug libfortran/31099] [4.3/4.2 regression] Runtime error on legal code using RECL
jellby at yahoo dot com
gcc-bugzilla@gcc.gnu.org
Wed Mar 14 09:05:00 GMT 2007
------- Comment #12 from jellby at yahoo dot com 2007-03-14 09:04 -------
I get the same error if I rewind the file (or is it illegal?):
PROGRAM TEST
INTEGER :: A
OPEN(10, FORM="UNFORMATTED", RECL=1024)
A = -1
WRITE(10) A
REWIND(10)
WRITE(10) A
END PROGRAM TEST
--
jellby at yahoo dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jellby at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31099
More information about the Gcc-bugs
mailing list