This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from f106ef53024 d: Fix D lexer sometimes fails to compile code read from stdin new a578b17b596 c++: constexpr ref to array of array [PR102307] new d9057695235 c++: deduction from auto fn [PR105623] new d81be519fd6 c++: CTAD with alias and nested template [PR105655] new 102a1472ab3 c++: lambda in concept [PR105652]
The 4 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 | 17 ++++++++++---- gcc/cp/decl2.cc | 11 ++++++--- gcc/cp/pt.cc | 27 +++++++++++++++++----- gcc/testsuite/g++.dg/cpp1y/auto-fn62.C | 14 +++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-array2.C | 12 ++++++++++ .../g++.dg/cpp2a/class-deduction-alias13.C | 24 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda20.C | 17 ++++++++++++++ 7 files changed, 108 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn62.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-array2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda20.C