cp-tree.h (OVL_USED): Replace with ...
authorNathan Sidwell <nathan@acm.org>
Thu, 18 May 2017 15:20:04 +0000 (15:20 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 18 May 2017 15:20:04 +0000 (15:20 +0000)
commit2063b07f4de76afe602730fb51acd8aebbf5c1bd
tree6cd1335dae35c94b970dea9f4c92d11dfdb74f19
parent8264c84d54602b4ced60ec0a969b58b2c9c5a944
cp-tree.h (OVL_USED): Replace with ...

* cp-tree.h (OVL_USED): Replace with ...
(OVL_USING_P): ... this.
(ovl_iterator::using_p): Adjust.
* name-lookup.c (push_overloaded_decl_1)
do_nonmember_using_decl): Adjust.
* search.c (lookup_field_r): Adjust.
* tree.c (ovl_insert, ovl_scope): Adjust.
(--This line, and those below, will be ignored--

M    cp/tree.c
M    cp/cp-tree.h
M    cp/name-lookup.c
M    cp/search.c
M    cp/ChangeLog

From-SVN: r248229
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/name-lookup.c
gcc/cp/search.c
gcc/cp/tree.c