aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hash-map.h')
-rw-r--r--gcc/hash-map.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/hash-map.h b/gcc/hash-map.h
index c65e1e5..4988fe4 100644
--- a/gcc/hash-map.h
+++ b/gcc/hash-map.h
@@ -168,6 +168,16 @@ class GTY((user)) hash_map
{
}
+ static void
+ pch_nx_helper (unsigned int, gt_pointer_operator, void *)
+ {
+ }
+
+ static void
+ pch_nx_helper (bool, gt_pointer_operator, void *)
+ {
+ }
+
template<typename T>
static void
pch_nx_helper (T *&x, gt_pointer_operator op, void *cookie)