This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 93be6016dae c++: alias_ctad_tweaks ICE w/ inherited CTAD [PR119687] new 708c3937741 c++: self-dependent alias template [PR117530] new e13143ab021 c++: lambda in constraint of lambda [PR119175] new 779e002a1dc c++: nested lambda capture pack [PR119345]
The 3 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/mangle.cc | 6 ++++++ gcc/cp/pt.cc | 11 +++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda23.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-targ14.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-uneval27.C | 10 ++++++++++ 5 files changed, 51 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda23.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ14.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-uneval27.C