This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from 6302da22e9f Merge trunk d21252de6c8 new 60356152cb4 Unconfuse lookup_name_real API a bit new a6c852f4fce more name-lookup api cleanups new b5db575f594 c++: Yet more name-lookup api simplification new 485bf433e2d c++: Final bit of name-lookup api simplification
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog.modules | 146 +++++++++++++++++++++++++++++++++++++ gcc/cp/call.c | 6 +- gcc/cp/coroutines.cc | 8 ++- gcc/cp/cp-objcp-common.c | 2 +- gcc/cp/cp-tree.h | 19 +---- gcc/cp/decl.c | 6 +- gcc/cp/name-lookup.c | 184 ++++++++++++++++++++++------------------------- gcc/cp/name-lookup.h | 61 ++++++++++++++-- gcc/cp/parser.c | 37 +++++----- gcc/cp/pt.c | 31 ++++---- gcc/cp/rtti.c | 2 +- gcc/cp/semantics.c | 6 +- libcc1/libcp1plugin.cc | 4 +- 13 files changed, 337 insertions(+), 175 deletions(-)