* ChangeLog: Forgotten ChangeLog entry for previous commit.

From-SVN: r118339
This commit is contained in:
François-Xavier Coudert 2006-10-31 20:17:11 +00:00
parent 150675a88b
commit 5d32fe7f45
1 changed files with 11 additions and 0 deletions

View 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