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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c
index f8bf2b3..2d85a56 100644
--- a/gcc/fortran/match.c
+++ b/gcc/fortran/match.c
@@ -2146,7 +2146,7 @@ gfc_match_common (void)
if (t->use_assoc)
{
gfc_error ("COMMON block '%s' at %C has already "
- "been USE-associated");
+ "been USE-associated", name);
goto cleanup;
}
}