Disable hash-table sanitization for mem stats maps.
authorMartin Liska <mliska@suse.cz>
Wed, 12 Jun 2019 13:07:07 +0000 (15:07 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 12 Jun 2019 13:07:07 +0000 (13:07 +0000)
commitff7b3aa51f8edd24fdc599d9f95a5cbf61aeb76e
tree9a67df7d7f672eadd843ec0dc84484f438130c8b
parent57bbc3e2f030b810766916189ec802aed5db5041
Disable hash-table sanitization for mem stats maps.

2019-06-12  Martin Liska  <mliska@suse.cz>

* ggc-common.c (ggc_prune_overhead_list): Do not sanitize
the created map.
* hash-map.h: Add sanitize_eq_and_hash into ::hash_map.
* mem-stats.h (mem_alloc_description::mem_alloc_description):
Do not sanitize created maps.

From-SVN: r272183
gcc/ChangeLog
gcc/ggc-common.c
gcc/hash-map.h
gcc/mem-stats.h