r230549 - in /trunk/gcc: ChangeLog hash-set.h

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Wed Nov 18 14:31:00 GMT 2015


Author: rsandifo
Date: Wed Nov 18 14:31:10 2015
New Revision: 230549

URL: https://gcc.gnu.org/viewcvs?rev=230549&root=gcc&view=rev
Log:
PR 68406: Avoid problem with older host compilers

Older compilers require the Key typedef to be expanded for the traversal
function templates.  This patch uses the same approach as we did for
hash_map.

Tested on x86_64-linux-gnu.

gcc/
	PR bootstrap/68406
	* hash-set.h (hash_set::traverse): Expand Key typedef.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/hash-set.h



More information about the Gcc-cvs mailing list