------- 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

Reply via email to