Next: OPEN( ... NAME=), Previous: Alternate complex function syntax, Up: Extensions not implemented in GNU Fortran [Contents][Index]
6.2.4 Volatile COMMON
blocks
Some Fortran compilers, including g77
, let the user declare
COMMON
with the VOLATILE
attribute. This is
invalid standard Fortran syntax and is not supported by
gfortran
. Note that gfortran
accepts
VOLATILE
variables in COMMON
blocks since revision 4.3.