This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug fc008


!At line 11 of file fc008.f95
!Internal Error: Recursive library calls not allowed

open(unit=-11, file="xxx", status="replace", iostat=ios)
print *, ios

This one was fixed recently:


2005-03-29  Dale Ranta  <dir@lanl.gov>
            Francois-Xavier Coudert  <coudert@clipper.ens.fr>

        PR libfortran/20163
        * io/open.c (st_open): call library_end() before returning even if
        an error arises.

An up-to-date Windows package (hopefully fixing your bug fc003 too, which is windows-specific) will be available tomorrow.

FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]