diff options
Diffstat (limited to 'gcc/fortran/symbol.c')
-rw-r--r-- | gcc/fortran/symbol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c index d867de9..7982920 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -432,6 +432,7 @@ check_conflict (symbol_attribute * attr, const char * name, locus * where) conf2 (dimension); conf2 (dummy); conf2 (save); + conf2 (volatile_); conf2 (pointer); conf2 (target); conf2 (external); |