diff options
Diffstat (limited to 'gcc/sanopt.c')
-rw-r--r-- | gcc/sanopt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/sanopt.c b/gcc/sanopt.c index 8a29abe..619aae4 100644 --- a/gcc/sanopt.c +++ b/gcc/sanopt.c @@ -129,6 +129,8 @@ struct sanopt_tree_triplet_hash : typed_noop_remove <sanopt_tree_triplet> ref.t1 = reinterpret_cast<tree> (1); } + static const bool empty_zero_p = true; + static void mark_empty (sanopt_tree_triplet &ref) { @@ -184,6 +186,8 @@ struct sanopt_tree_couple_hash : typed_noop_remove <sanopt_tree_couple> ref.ptr = reinterpret_cast<tree> (1); } + static const bool empty_zero_p = true; + static void mark_empty (sanopt_tree_couple &ref) { |