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 b9e76ef..85ed70e 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -368,6 +368,8 @@ check_conflict (symbol_attribute * attr, const char * name, locus * where) conf (cray_pointee, function); conf (cray_pointee, subroutine); conf (cray_pointee, entry); + conf (cray_pointee, in_common); + conf (cray_pointee, in_equivalence); a1 = gfc_code2string (flavors, attr->flavor); |