diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 8f0bb34..545f4cd 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -3331,7 +3331,7 @@ struct typename_info { bool class_p; }; -struct typename_hasher : ggc_hasher<tree> +struct typename_hasher : ggc_ptr_hash<tree_node> { typedef typename_info *compare_type; |