From 945bfaca2e8a22850091765d667dc24e356ba420 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Thu, 1 Nov 2007 22:20:29 +0000 Subject: [PATCH] ggc-page.c (extra_order_size_tab): Add bitmap_head size. 2007-11-01 Richard Guenther * ggc-page.c (extra_order_size_tab): Add bitmap_head size. From-SVN: r129833 --- gcc/ChangeLog | 4 ++++ gcc/ggc-page.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c790c1fa5ea..72c10211dea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-11-01 Richard Guenther + + * ggc-page.c (extra_order_size_tab): Add bitmap_head size. + 2007-11-01 Steven Bosscher PR rtl-optimization/33828 diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 6b691eec759..94ffd503dc4 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -195,6 +195,7 @@ static const size_t extra_order_size_table[] = { sizeof (struct function), sizeof (struct basic_block_def), sizeof (bitmap_element), + sizeof (bitmap_head), /* PHI nodes with one to three arguments are already covered by the above sizes. */ sizeof (struct tree_phi_node) + sizeof (struct phi_arg_d) * 3, -- 2.30.2