From 17339e8836ffdc807caf2f81c90c72cb171f2a66 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Tue, 14 Nov 2006 18:31:00 +0100 Subject: match.c (gfc_match_namelist): Add missing space to error message. 2006-11-14 Tobias Burnus * match.c (gfc_match_namelist): Add missing space to error message. From-SVN: r118820 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/match.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index e3e1351..88bc865 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,10 @@ 2006-11-14 Tobias Burnus + * match.c (gfc_match_namelist): Add missing space to + error message. + +2006-11-14 Tobias Burnus + PR fortran/29657 * symbol.c (check_conflict): Add further conflicts. diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index 5012c35..cb0fb91 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -2598,7 +2598,7 @@ gfc_match_namelist (void) these are the only errors for the next two lines. */ if (sym->as && sym->as->type == AS_ASSUMED_SIZE) { - gfc_error ("Assumed size array '%s' in namelist '%s'at " + gfc_error ("Assumed size array '%s' in namelist '%s' at " "%C is not allowed.", sym->name, group_name->name); gfc_error_check (); } -- cgit v1.1