diff options
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 5f7e846..97b5e1f1 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -2576,8 +2576,8 @@ gfc_match_end (gfc_statement * st) if (!eos_ok) { /* We would have required END [something] */ - gfc_error ("%s statement expected at %C", - gfc_ascii_statement (*st)); + gfc_error ("%s statement expected at %L", + gfc_ascii_statement (*st), &old_loc); goto cleanup; } |