]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/name-lookup.c
Kill OVL_CURRENT, OVL_NEXT.
authorNathan Sidwell <nathan@acm.org>
Thu, 25 May 2017 20:55:07 +0000 (20:55 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 25 May 2017 20:55:07 +0000 (20:55 +0000)
commit87c976aeadc431c802452673b4ab95b7827af6f0
tree7d7705b33c42c49589518b786eaca278d9ba4f20
parentde3fb1a6464423bac12fe67b893dc62081902de2
Kill OVL_CURRENT, OVL_NEXT.

* cp-tree.h (OVL_CURRENT, OVL_NEXT): Delete.
* name-lookup.c (set_decl_namespace): Use ovl_iterator.
(consider_binding_level): Use OVL_FIRST.
(cp_emit_debug_info_for_using): Use lkp_iterator.
* pt.c (check_explicit_specialization): Use ovl_iterator.

From-SVN: r248469
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/name-lookup.c
gcc/cp/pt.c