This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d646db0e35a PR modula2/114227 InstallTerminationProcedure does not work [...] new ad0f4ef6f74 c++: Support exporting using-decls in same namespace as target
The 1 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: gcc/cp/name-lookup.cc | 50 ++++++++++++++++++---- .../g++.dg/modules/{using-10.C => using-12.C} | 38 ++++++++-------- gcc/testsuite/g++.dg/modules/using-13.h | 16 +++++++ gcc/testsuite/g++.dg/modules/using-13_a.C | 15 +++++++ gcc/testsuite/g++.dg/modules/using-13_b.C | 20 +++++++++ 5 files changed, 113 insertions(+), 26 deletions(-) copy gcc/testsuite/g++.dg/modules/{using-10.C => using-12.C} (55%) create mode 100644 gcc/testsuite/g++.dg/modules/using-13.h create mode 100644 gcc/testsuite/g++.dg/modules/using-13_a.C create mode 100644 gcc/testsuite/g++.dg/modules/using-13_b.C