This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 79420dd3441 c++: Implement P2615 'Meaningful Exports' [PR107688] new 0d0215b10db c++: Propagate using decls from partitions [PR114868] new 3032ebf0c9b c++: Propagate hidden flag on decls from partitions
The 2 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 | 6 ++++++ gcc/cp/name-lookup.cc | 10 +++++----- gcc/testsuite/g++.dg/modules/using-15_a.C | 14 ++++++++++++++ .../g++.dg/modules/{tpl-friend-12_d.C => using-15_b.C} | 6 ++---- gcc/testsuite/g++.dg/modules/using-15_c.C | 8 ++++++++ gcc/testsuite/g++.dg/modules/using-16_a.C | 11 +++++++++++ gcc/testsuite/g++.dg/modules/using-16_b.C | 12 ++++++++++++ gcc/testsuite/g++.dg/modules/using-16_c.C | 11 +++++++++++ 8 files changed, 69 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/using-15_a.C copy gcc/testsuite/g++.dg/modules/{tpl-friend-12_d.C => using-15_b.C} (57%) create mode 100644 gcc/testsuite/g++.dg/modules/using-15_c.C create mode 100644 gcc/testsuite/g++.dg/modules/using-16_a.C create mode 100644 gcc/testsuite/g++.dg/modules/using-16_b.C create mode 100644 gcc/testsuite/g++.dg/modules/using-16_c.C