[Bug c++/87847] spec_hasher::hash does not match with spec_hasher::equal

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 11 07:55:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87847

--- Comment #10 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Jun 11 07:55:19 2019
New Revision: 272144

URL: https://gcc.gnu.org/viewcvs?rev=272144&root=gcc&view=rev
Log:
Disable htable sanitization in pt.c (PR c++/87847).

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

        PR c++/87847
        * hash-table.h: Extend create_gcc, add one parameter
        that is passed into hash_table::hash_table.
2019-06-11  Martin Liska  <mliska@suse.cz>

        PR c++/87847
        * pt.c (init_template_processing): Disable hash table
        sanitization for decl_specializations and type_specializations.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/hash-table.h


More information about the Gcc-bugs mailing list