This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libfortran/20163] gfortran - error opening direct access file


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


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