r272144 - in /trunk/gcc: ChangeLog cp/ChangeLog...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Tue Jun 11 07:55:00 GMT 2019


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-cvs mailing list