aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
diff options
context:
space:
mode:
authoralanm <alanm@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-02 21:57:06 +0000
committeralanm <alanm@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-02 21:57:06 +0000
commit11eeed3b3e58dac814de23fe1b9c9201938fcdfe (patch)
treecfaf7fdc68c0f7654aebe79f6e2af41d65484d76 /gcc/cp/tree.c
parent9f1b3f6642a34d4cfd6442b4c4c719da59157c61 (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: svn+ssh://gcc.gnu.org/svn/gcc/branches/pchmerge-branch@45976 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r--gcc/cp/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index 32783adc728..8a2537412a5 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -2356,7 +2356,7 @@ init_tree ()
list_hash_table = htab_create (31, list_hash, list_hash_eq, NULL);
ggc_add_root (&list_hash_table, 1,
sizeof (list_hash_table),
- mark_tree_hashtable);
+ mark_tree_hashtable, "list_hash_table");
}
/* The SAVE_EXPR pointed to by TP is being copied. If ST contains