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

Reply via email to