Next: Q edit descriptor, Previous: Volatile COMMON blocks, Up: Extensions not implemented in GNU Fortran [Contents][Index]
Q
COMMON
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=).
g77
gfortran
OPEN( ... FILE=)