diff options
author | Nathan Sidwell <nathan@acm.org> | 2019-05-21 14:33:24 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2019-05-21 14:33:24 +0000 |
commit | 692af872fa50106af090e17cef92481207c33e89 (patch) | |
tree | 2ef4422c1eeae7e57ee71a77da6262876febb002 /gcc/dwarf2out.c | |
parent | f445f0f06cf6c5d44675a5c3aaeb54e7258a4e01 (diff) | |
download | gcc-692af872fa50106af090e17cef92481207c33e89.zip gcc-692af872fa50106af090e17cef92481207c33e89.tar.gz gcc-692af872fa50106af090e17cef92481207c33e89.tar.bz2 |
[C++ PATCH] Using decls
https://gcc.gnu.org/ml/gcc-patches/2019-05/msg01396.html
gcc/cp/
* name-lookup.h (struct cp_binding_level): Drop usings field.
(finish_namespace_using_decl, finish_local_using_decl): Replace with ...
(finish_nonmember_using_decl): ... this.
* name-lookup.c (push_using_decl_1, push_using_decl):
(do_nonmember_using_decl): ... here. Add INSERT_P arg. Reimplement.
(validate_nonmember_using_decl, finish_namespace_using_decl)
(finish_local_using_decl): Replace with ...
(finish_nonmember_using_decl): ... this. Drop DECL parm.
* parser.c (cp_parser_using_declaration): Don't do lookup here.
* pt.c (tsubst_expr): Do not do using decl lookup here.
gcc/testsuite/
* g++.dg/lookup/using53.C: Adjust diagnostic.
libcc1/
* libcp1plugin.cc (plugin_add_using_decl): Use
finish_nonmember_using_decl.
From-SVN: r271467
Diffstat (limited to 'gcc/dwarf2out.c')
0 files changed, 0 insertions, 0 deletions