[Bug fortran/38437] truncation error in endfile

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Dec 7 20:24:00 GMT 2008



------- Comment #2 from kargl at gcc dot gnu dot org  2008-12-07 20:21 -------
g77 was removed from GCC more than 3.5 years ago and is no longer support.

However, ask yourself does it make sense to "first open it, then read,
then close, then write, then close again".  Either re-open the file
before your write or don't close it.

PS: why are you using g77 of windows?  Why not use gfortran?


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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



More information about the Gcc-bugs mailing list