aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/match.c')
-rw-r--r--gcc/fortran/match.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c
index 18b943d..9c524b2 100644
--- a/gcc/fortran/match.c
+++ b/gcc/fortran/match.c
@@ -2822,12 +2822,6 @@ gfc_match_namelist (void)
gfc_error_check ();
}
- if (sym->as && sym->as->type == AS_ASSUMED_SHAPE
- && gfc_notify_std (GFC_STD_GNU, "Assumed shape array '%s' in "
- "namelist '%s' at %C is an extension.",
- sym->name, group_name->name) == FAILURE)
- gfc_error_check ();
-
nl = gfc_get_namelist ();
nl->sym = sym;
sym->refs++;