OSDN Git Service

2006-11-14 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Nov 2006 17:31:00 +0000 (17:31 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Nov 2006 17:31:00 +0000 (17:31 +0000)
       * match.c (gfc_match_namelist): Add missing space to
         error message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118820 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/match.c

index e3e1351..88bc865 100644 (file)
@@ -1,5 +1,10 @@
 2006-11-14  Tobias Burnus  <burnus@net-b.de>
 
+       * match.c (gfc_match_namelist): Add missing space to
+         error message.
+
+2006-11-14  Tobias Burnus  <burnus@net-b.de>
+
        PR fortran/29657
        * symbol.c (check_conflict): Add further conflicts.
 
index 5012c35..cb0fb91 100644 (file)
@@ -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 ();
            }