------- Additional Comments From Thomas dot Koenig at online dot de  2005-02-23 
23:09 -------
This is two bugs.

The first bug can be reduced to

$ cat open-opt.f
      open(unit=10,status="scratch ")
      end
$ gfortran open-opt.f
$ ./a.out
At line 1 of file open-opt.f
Fortran runtime error: Bad STATUS parameter in OPEN statement


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20163

Reply via email to