c++: Enable spec_hasher table sanitization [PR87847]
authorPatrick Palka <ppalka@redhat.com>
Tue, 19 May 2020 03:50:32 +0000 (23:50 -0400)
committerPatrick Palka <ppalka@redhat.com>
Tue, 19 May 2020 03:50:32 +0000 (23:50 -0400)
commit573e5f0500968dcf4025b8fc0ae5fb367f9c70d9
tree25e0f8118799cf39780c7c2ac4d501f4c202807d
parent864fed4a491606a7b17325d847e1d723d2a44104
c++: Enable spec_hasher table sanitization [PR87847]

It looks like hash table sanitization is now safe to enable for the
decl_specializations and type_specializations tables, probably ever
since PR94454 was fixed.

gcc/cp/ChangeLog:

PR c++/87847
* pt.c (init_template_processing): Enable sanitization for
decl_specializations and type_specializations.
gcc/cp/ChangeLog
gcc/cp/pt.c