Re: [PATCH] Disable htable sanitization in pt.c (PR c++/87847).
On 6/10/19 2:55 PM, Martin Liška wrote: > Ready to be installed? Jakub approved me this on IRC. Installed as r272144. Martin
[PATCH] Disable htable sanitization in pt.c (PR c++/87847).
Hi. The patch is about disablement of hash_table sanitization in pt.c. It's a workaround and I hope Jason can look deeper at the issue. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 2019-06-10 Martin Liska