diff options
author | Richard Guenther <rguenther@suse.de> | 2006-06-26 18:18:22 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2006-06-26 18:18:22 +0000 |
commit | 28df01acc444605ff9f10a74609ee3709a36bcae (patch) | |
tree | 2f9fa8259ba677e7315d47d6b9307abbc50bc29a /gcc/ChangeLog | |
parent | 49799ad34ff49b5cd5bad788b4f6fafd2ce44d08 (diff) | |
download | gcc-28df01acc444605ff9f10a74609ee3709a36bcae.zip gcc-28df01acc444605ff9f10a74609ee3709a36bcae.tar.gz gcc-28df01acc444605ff9f10a74609ee3709a36bcae.tar.bz2 |
tree.c (build_string): Do not waste tail padding in struct tree_string.
2006-06-26 Richard Guenther <rguenther@suse.de>
* tree.c (build_string): Do not waste tail padding in
struct tree_string.
From-SVN: r115021
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea09b8d..ae7bf35 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2006-06-26 Richard Guenther <rguenther@suse.de> + * tree.c (build_string): Do not waste tail padding in + struct tree_string. + +2006-06-26 Richard Guenther <rguenther@suse.de> + * ggc-page.c (init_ggc): Add missing element to size_lookup table. |