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.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gfortran/Volatile-COMMON-blocks.html