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 c2ee223..57811f2 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -434,6 +434,7 @@ check_conflict (symbol_attribute * attr, const char * name, locus * where) conf2 (target); conf2 (dummy); conf2 (in_common); + conf2 (save); break; default: |