diff options
author | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2006-10-31 20:17:11 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2006-10-31 20:17:11 +0000 |
commit | 5d32fe7f45f9279ea960e149edc5617491308554 (patch) | |
tree | 645c428b9a5da27b6ffd135c1d6e952a9f802f34 /gcc | |
parent | 150675a88bae488e66055ad2a1eba0309ecabce3 (diff) | |
download | gcc-5d32fe7f45f9279ea960e149edc5617491308554.zip gcc-5d32fe7f45f9279ea960e149edc5617491308554.tar.gz gcc-5d32fe7f45f9279ea960e149edc5617491308554.tar.bz2 |
* ChangeLog: Forgotten ChangeLog entry for previous commit.
From-SVN: r118339
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 3fd834c7..84804f9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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 |