aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
diff options
context:
space:
mode:
authorAlan Matsuoka <alanm@redhat.com>2001-10-02 21:57:06 +0000
committerAlan Matsuoka <alanm@redhat.com>2001-10-02 21:57:06 +0000
commita0695a8e1510398f13e2ad1074b432209faf1884 (patch)
treecfaf7fdc68c0f7654aebe79f6e2af41d65484d76 /gcc/cp/init.c
parent32cfe6314cf9f51b681a7edd0c2857b78072f823 (diff)
2001-09-02 Alan Matsuoka <alanm@redhat.com>pchmerge-branch
* Changes for RedHat Precompiled headers merge from the PCH project by Geoffrey Keating <geoffk@redhat.com>, Jason Merrill <jason@redhat.com>, Catherine Moore <clm@redhat.com> et. al. Note that this is a merge in progress and things may not work. This is a source dump that has debug code, warts and all. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/pchmerge-branch@45976 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r--gcc/cp/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index 487543e6386..c0828dce033 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -73,7 +73,8 @@ void init_init_processing ()
finish_builtin_type (BI_header_type, "__new_cookie", fields,
0, double_type_node);
- ggc_add_tree_root (&BI_header_type, 1);
+ ggc_add_tree_root (&BI_header_type, 1, "BI_header_type");
+ add_tree_addresses (&data_to_save, &BI_header_type, 1, "BI_header_type");
}
/* We are about to generate some complex initialization code.