r278456 - in /branches/c++-modules: ChangeLog.m...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Tue Nov 19 17:10:00 GMT 2019
Author: nathan
Date: Tue Nov 19 17:10:28 2019
New Revision: 278456
URL: https://gcc.gnu.org/viewcvs?rev=278456&root=gcc&view=rev
Log:
gcc/cp/
* cp-tree.h (lazy_load_binding): Drop final parm.
* module.cc (module_state::lazy_load): Drop ns, id & outermost
parms.
(trees_in::tree_node, module_state::read_cluster): Adjust
lazy_load calls.
(module_state::read): Inhibit GC here.
(lazy_load_binding): Deal with binding dumps here.
(lazy_load_specializations): Use lazy_load_binding.
* name-lookup.c: Adjust lazy_load_binding calls.
(get_binding_or_decl): No namespace handling here.
gcc/testsuite/
* g++.dg/modules/tpl-friend-5_b.C: Adjust scans
* g++.dg/modules/vmort-2_c.C: Likewise.
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/cp-tree.h
branches/c++-modules/gcc/cp/module.cc
branches/c++-modules/gcc/cp/name-lookup.c
branches/c++-modules/gcc/testsuite/g++.dg/modules/tpl-friend-5_b.C
branches/c++-modules/gcc/testsuite/g++.dg/modules/vmort-2_c.C
More information about the Gcc-cvs
mailing list