Re: [PATCH] c++: Enable spec_hasher table sanitization [PR87847]

2020-05-18 Thread Jason Merrill via Gcc-patches
On 5/11/20 9:10 AM, Patrick Palka wrote: 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. Bootstrapped and regtested on x86_64-pc-linux-gnu with the attached debugging patch that makes

[PATCH] c++: Enable spec_hasher table sanitization [PR87847]

2020-05-11 Thread Patrick Palka via Gcc-patches
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. Bootstrapped and regtested on x86_64-pc-linux-gnu with the attached debugging patch that makes all entries hash to 0, and also successful