diff options
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 0ee2575..9f3a39e 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -1069,7 +1069,7 @@ verify_c_interop_param (gfc_symbol *sym) retval = FAILURE; } else if (sym->attr.optional == 1 - && gfc_notify_std (GFC_STD_F2008_TR, "TR29113: Variable '%s' " + && gfc_notify_std (GFC_STD_F2008_TS, "TS29113: Variable '%s' " "at %L with OPTIONAL attribute in " "procedure '%s' which is BIND(C)", sym->name, &(sym->declared_at), |