ggc-page.c (init_ggc): Add missing element to size_lookup table.
authorRichard Guenther <rguenther@suse.de>
Mon, 26 Jun 2006 10:32:26 +0000 (10:32 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 26 Jun 2006 10:32:26 +0000 (10:32 +0000)
commita469a4f2410b8e85bb7cdd6ea9ea07320491ceee
treeeec0b22f697a163169cadc5e54ada18542cd8723
parentbfe3e83159fa545f90a81e81321a77ca9f6fd6c0
ggc-page.c (init_ggc): Add missing element to size_lookup table.

2006-06-26  Richard Guenther  <rguenther@suse.de>

        * ggc-page.c (init_ggc): Add missing element to size_lookup
        table.

        Revert
        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: r115007
gcc/ChangeLog
gcc/ggc-page.c