https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87847
Patrick Palka <ppalka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=94454 --- Comment #11 from Patrick Palka <ppalka at gcc dot gnu.org> --- I posted a patch to enable sanitization for the spec_hasher tables for GCC 11 here: https://gcc.gnu.org/pipermail/gcc-patches/2020-May/545525.html With current trunk I wasn't able to reproduce any sanitization errors in the testsuite or in other libraries even with a debugging patch similar to Martin's (on x86_64-pc-linux-gnu). I suspect they have been fixed by the patches for PR94454.