Previous: Volatile COMMON blocks, Up: Extensions not implemented in GNU Fortran
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=).
OPEN( ... FILE=)