diff options
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r-- | gcc/ggc-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 2c14adb..624f029 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -196,7 +196,7 @@ static const size_t extra_order_size_table[] = { sizeof (struct tree_field_decl), sizeof (struct tree_parm_decl), sizeof (struct tree_var_decl), - sizeof (struct tree_type), + sizeof (struct tree_type_non_common), sizeof (struct function), sizeof (struct basic_block_def), sizeof (struct cgraph_node), |