This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/20163] gfortran - error opening direct access file
- From: "Thomas dot Koenig at online dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Feb 2005 20:49:42 -0000
- Subject: [Bug libfortran/20163] gfortran - error opening direct access file
- References: <20050223141220.20163.dir@lanl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From Thomas dot Koenig at online dot de 2005-02-26 20:49 -------
Here is a reduced test case for the second error:
$ cat open-after-error.f
open(10,status="foo",err=100)
call abort
100 continue
open(10,status="scratch")
end
$ cat open-after-error.f
open(10,status="foo",err=100)
call abort
100 continue
open(10,status="scratch")
end
$ gfortran open-after-error.f
$ ./a.out
At line 4 of file open-after-error.f
Internal Error: Recursive library calls not allowed
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20163