diff options
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 6ae51e2..06a049c 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -4208,6 +4208,9 @@ gfc_match_bind_c_stmt (void) if (found_match == MATCH_YES) { + if (!gfc_notify_std (GFC_STD_F2003, "BIND(C) statement at %C")) + return MATCH_ERROR; + /* Look for the :: now, but it is not required. */ gfc_match (" :: "); |