]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
match.c (gfc_match_namelist): Add missing space to error message.
authorTobias Burnus <burnus@net-b.de>
Tue, 14 Nov 2006 17:31:00 +0000 (18:31 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 14 Nov 2006 17:31:00 +0000 (18:31 +0100)
2006-11-14  Tobias Burnus  <burnus@net-b.de>

       * match.c (gfc_match_namelist): Add missing space to
         error message.

From-SVN: r118820

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

index e3e1351f41f37d24d1c88d9ef27cac3278c85c2c..88bc865b7b7ea340ac140d74df6351d3b94eca7a 100644 (file)
@@ -1,3 +1,8 @@
+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
index 5012c3588ee368fce1295439d76049a063cb308a..cb0fb914b4e61f0ca9b5b364e4acbcbd20eb0007 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 ();
            }