Next: Q edit descriptor, Previous: Volatile COMMON blocks, Up: Extensions not implemented in GNU Fortran [Contents][Index]
6.2.5 OPEN( ... NAME=)
Some Fortran compilers, including g77
, let the user declare
OPEN( ... NAME=)
. This is
invalid standard Fortran syntax and is not supported by
gfortran
. OPEN( ... NAME=)
should be replaced
with OPEN( ... FILE=)
.