This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6437f059af0 a68: add import from .m68 file new ffd34b63c2c c++: Non-inline temploid friends should still be COMDAT [PR122819]
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/decl.cc | 6 +++--- gcc/cp/decl2.cc | 5 ++--- gcc/cp/pt.cc | 2 +- gcc/cp/semantics.cc | 4 +++- gcc/testsuite/g++.dg/modules/tpl-friend-22.C | 24 +++++++++++++++++++++ gcc/testsuite/g++.dg/template/friend88.C | 32 ++++++++++++++++++++++++++++ 6 files changed, 65 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/tpl-friend-22.C create mode 100644 gcc/testsuite/g++.dg/template/friend88.C