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