This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d387ecb2b2f c++: undeclared identifier in requires-clause [PR99678] new 57113e3db16 c++: adjust comment new 8878fecc251 c++/modules: multiple usings of the same decl [PR115194] new 609764a42f0 c++/modules: export using across namespace [PR114683]
The 3 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/module.cc | 7 ++++--- gcc/cp/name-lookup.cc | 16 +++++++++++++--- gcc/testsuite/g++.dg/modules/using-22_a.C | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/modules/using-22_b.C | 13 +++++++++++++ gcc/testsuite/g++.dg/modules/using-23_a.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/modules/using-23_b.C | 7 +++++++ 6 files changed, 80 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/using-22_a.C create mode 100644 gcc/testsuite/g++.dg/modules/using-22_b.C create mode 100644 gcc/testsuite/g++.dg/modules/using-23_a.C create mode 100644 gcc/testsuite/g++.dg/modules/using-23_b.C