diff options
Diffstat (limited to 'gcc/fortran/symbol.c')
-rw-r--r-- | gcc/fortran/symbol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c index 85ed70e..43209e4 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -283,6 +283,8 @@ check_conflict (symbol_attribute * attr, const char * name, locus * where) { a1 = NULL; + if (attr->in_namelist) + a1 = in_namelist; if (attr->allocatable) a1 = allocatable; if (attr->external) |