This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e3dbd2e1402 aix: detect power10 processor. new 6fa8e0896c6 c++: unqual lookup performed twice w/ template-id ADL [PR102670] new 90de06a7b3c c++: template-id ADL and partial instantiation [PR99911]
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/pt.c | 15 +++++++-- .../g++.dg/cpp2a/concepts-recursive-sat1.C | 15 ++++++--- gcc/testsuite/g++.dg/cpp2a/fn-template23.C | 36 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/fn-template24.C | 16 ++++++++++ 4 files changed, 75 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/fn-template23.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/fn-template24.C