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 6f9c8865b79 Fix alias templates new cff03d76c24 Note duplicates on symbol vector new 69adffa1470 Note binding slot origin new f2656a9abfd fix some lookup issues new 931286309bc Determine deduplication via slot flags. new 42461b826dd Remove now-unneeded dedup bits new 7ad53d850a1 Simplify binding extraction new 5b136592473 Shadowed type new d5750e3cbad Global decls new 87f1ccd4c56 Address 2 FIXMEs
The 9 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 | 72 ++++++ gcc/cp/cp-tree.h | 29 ++- gcc/cp/decl.c | 4 +- gcc/cp/module.cc | 51 ++-- gcc/cp/name-lookup.c | 397 ++++++++++++++++++------------ gcc/cp/name-lookup.h | 8 +- gcc/testsuite/g++.dg/modules/shadow-1_a.C | 9 + gcc/testsuite/g++.dg/modules/shadow-1_b.C | 8 + 8 files changed, 398 insertions(+), 180 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/shadow-1_a.C create mode 100644 gcc/testsuite/g++.dg/modules/shadow-1_b.C