[C++ PATCH] hash-table for extern-c fns.
authorNathan Sidwell <nathan@acm.org>
Fri, 6 Oct 2017 14:19:23 +0000 (14:19 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 6 Oct 2017 14:19:23 +0000 (14:19 +0000)
commit9bc3f4206615c69934344ea3681f9446bdc1a1f5
tree1f36d628d50134cf505369a6074ff953c04e9e15
parent513d5564225f8baa2ddeafde9edb9e10b62e30ce
[C++ PATCH] hash-table for extern-c fns.

https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00376.html
Use hash_table for extern "C" names
* name-lookup.c (extern_c_fns): Use hash_table.
(check_extern_c_conflict): Adjust.
(c_linkage_bindings): Adjust.

From-SVN: r253493
gcc/cp/ChangeLog
gcc/cp/name-lookup.c