This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e52eb28c53 libstdc++: Fix std::ranges::iter_move for function referenc [...] new 3e0768d2ffd c++/modules: Fix tsubst of global module friend classes [PR118920]
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/error.cc | 3 ++- gcc/cp/module.cc | 12 ++++++++---- gcc/cp/name-lookup.cc | 10 +++++----- gcc/testsuite/g++.dg/modules/tpl-friend-17.h | 8 ++++++++ gcc/testsuite/g++.dg/modules/tpl-friend-17_a.C | 9 +++++++++ gcc/testsuite/g++.dg/modules/tpl-friend-17_b.C | 11 +++++++++++ 6 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-17.h create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-17_a.C create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-17_b.C