--- Comment #2 from burnus at gcc dot gnu dot org 2008-02-05 15:02 ---
We need to add a "volatile_" attribute to COMMON; and, either add the VOLATILE
attribute to all its symbols in resolve.c or change the if block in
trans-common.c, which has been added in PR 35037.
--
http://gcc.g
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last recon
--- Comment #1 from burnus at gcc dot gnu dot org 2008-01-23 07:12 ---
The following is invalid standard Fortran 77/90/95/2003 syntax,
volatile /C/
however, it seems to be a not uncommon Fortran 77 vendor extension, supported
by g77, ifort, sunf95, openf95, ...
--
http://gcc.