[C++ PATCH] structure tag lookup
authorNathan Sidwell <nathan@acm.org>
Tue, 4 Jun 2019 15:17:29 +0000 (15:17 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 4 Jun 2019 15:17:29 +0000 (15:17 +0000)
commit4ebcf1c2194569884858b65454ec6cf479efc680
treeabd33982bfebde560ac0165472f1e68e75668731
parent7b9202ea9ee9b9147a2c2e3f478f1f3eb0b5c174
[C++ PATCH] structure tag lookup

https://gcc.gnu.org/ml/gcc-patches/2019-06/msg00179.html
* name-lookup.c (lookup_type_scope_1): Reimplement, handle local
and namespace scopes separately.

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