------- Comment #1 from fxcoudert at gcc dot gnu dot org  2005-11-26 19:40 
-------
Humm... I don't think that one is bug, really. I think we have the right to
accept non-default IOSTAT variable if we do it correctly ;)

## gfortran ##
## g95 ##
In file foo.f90:3

 CLOSE(10,IOSTAT=I)
                  1
Error: IOSTAT variable at (1) must be a default integer
## Intel ##
## Portland ##
PGF90-S-0201-Illegal I/O specifier - IOSTAT (foo.f90: 3)
  0 inform,   0 warnings,   1 severes, 0 fatal for MAIN
## Sun ##


-- 


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

Reply via email to