diff options
Diffstat (limited to 'gcc/fortran/array.c')
-rw-r--r-- | gcc/fortran/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/array.c b/gcc/fortran/array.c index e27ca01..300bfeb 100644 --- a/gcc/fortran/array.c +++ b/gcc/fortran/array.c @@ -684,7 +684,7 @@ coarray: if (current_type == AS_EXPLICIT) { - gfc_error ("Upper bound of last coarray dimension must be '*' at %C"); + gfc_error ("Upper bound of last coarray dimension must be %<*%> at %C"); goto cleanup; } |