PR c++/71446
	* call.c (filed_in_pset): Change pset from hash_set<tree> * to
	hash_set<tree, true> &, adjust uses accordingly.
	(build_aggr_conv): Change pset from hash_set<tree> *
	to hash_set<tree, true>.  Replace goto fail; with return NULL;,
	adjust pset uses.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269861 138bc75d-0d04-0410-961f-82ee72b054a4
2 files changed