This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from b327411e4ce [PR122215, IRA]: Add missed test file new d549413f11d c++: Fix ICE with type aliases in inherited CTAD [PR122070] new c9f9bfb30bc c++: Fix member-like friend detection for non-template clas [...]
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/decl.cc | 1 + gcc/cp/pt.cc | 6 ++++- .../g++.dg/cpp23/class-deduction-inherited10.C | 11 ++++++++ .../g++.dg/cpp23/class-deduction-inherited9.C | 31 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-friend18.C | 19 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-friend18a.C | 22 +++++++++++++++ 6 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited10.C create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited9.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend18a.C