This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2a26351b598 c++: lambda pack init-capture within generic lambda new cf25e27faef c++: Refine check for CTAD placeholder [PR99586] new 260caabe10c c++: placeholder type constraint inside range-for [PR99869]
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/parser.c | 4 +++- gcc/cp/semantics.c | 15 +++++++-------- gcc/testsuite/g++.dg/cpp2a/concepts-placeholder6.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class42.C | 8 ++++++++ 4 files changed, 28 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-placeholder6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class42.C