[Bug fortran/28335] flush() / write() statement on closed units - error?

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jul 18 10:47:00 GMT 2006



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2006-07-18 10:47 -------
Reduced testcase:
  close(88)
  flush(88)
  end

You expect the above code to issue a runtime error, but we currently don't.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-07-18 10:47:39
               date|                            |


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



More information about the Gcc-bugs mailing list