From: François-Xavier Coudert Date: Tue, 31 Oct 2006 20:17:11 +0000 (+0000) Subject: * ChangeLog: Forgotten ChangeLog entry for previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d32fe7f45f9279ea960e149edc5617491308554;p=gcc.git * ChangeLog: Forgotten ChangeLog entry for previous commit. From-SVN: r118339 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 3fd834c78ad..84804f94469 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,14 @@ +2006-10-31 Francois-Xavier Coudert + + 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 PR fortran/29387