aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8044ed5..4814be3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-28 Andrew Pinski <pinskia@gmail.com>
+
+ * tree.c (tree_size): Do not waste tail padding in
+ struct tree_string and make the size be the same as
+ build_string will generate.
+
2006-06-28 Jason Merrill <jason@redhat.com>
PR c++/27768