aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2006-06-23 08:22:12 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2006-06-23 08:22:12 +0000
commitecf7b86fb84c46a26473a1f9ad148e69189e6db4 (patch)
treeb3647376861a8c2051a4b0de5a083ea9685247aa /gcc/ChangeLog
parente577c8c0bb93347b9bb056a4620e9ae7ff4124dc (diff)
downloadgcc-ecf7b86fb84c46a26473a1f9ad148e69189e6db4.zip
gcc-ecf7b86fb84c46a26473a1f9ad148e69189e6db4.tar.gz
gcc-ecf7b86fb84c46a26473a1f9ad148e69189e6db4.tar.bz2
ggc-page.c (init_ggc): Do not round up the extra_order_size_table sizes to MAX_ALIGNMENT.
2006-06-23 Richard Guenther <rguenther@suse.de> * ggc-page.c (init_ggc): Do not round up the extra_order_size_table sizes to MAX_ALIGNMENT. Fix the size_lookup table to honour alignment requests instead. Add verification code. Add struct tree_function_decl and struct tree_binfo size to extra_order_size_table. Add missing element to size_lookup table. From-SVN: r114926
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6574cc8..3960717 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2006-06-23 Richard Guenther <rguenther@suse.de>
+
+ * ggc-page.c (init_ggc): Do not round up the extra_order_size_table
+ sizes to MAX_ALIGNMENT. Fix the size_lookup table to honour
+ alignment requests instead. Add verification code.
+ Add struct tree_function_decl and struct tree_binfo size to
+ extra_order_size_table. Add missing element to size_lookup
+ table.
+
2006-06-22 Roger Sayle <roger@eyesopen.com>
John David Anglin <dave.anglin@nrc-cnrc.gc.ca>