]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ChangeLog: Forgotten ChangeLog entry for previous commit.
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Tue, 31 Oct 2006 20:17:11 +0000 (20:17 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Tue, 31 Oct 2006 20:17:11 +0000 (20:17 +0000)
From-SVN: r118339

gcc/fortran/ChangeLog

index 3fd834c78ad6f01106946bc0e833fe482ee2799a..84804f944697450c5d60f0db87190bc990f1fb73 100644 (file)
@@ -1,3 +1,14 @@
+2006-10-31  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/29067
+       * decl.c (gfc_set_constant_character_len): NULL-terminate the
+       character constant string.
+       * data.c (create_character_intializer): Likewise.
+       * expr.c (gfc_simplify_expr): NULL-terminate the substring
+       character constant.
+       * primary.c (match_hollerith_constant): NULL-terminate the
+       character constant string.
+
 2006-10-31  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/29387