This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2298af0800b Fix ICE on invalid, PR94090. new 3f5af3f7119 c++: Hard error with tentative parse of declaration [PR88754] new a28edad3da5 c++: Non-type-dependent variadic lambda init-capture [PR94483]
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/ChangeLog | 10 ++++++++++ gcc/cp/lambda.c | 5 ++++- gcc/cp/parser.c | 4 ++++ gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-pack-init5.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/parse/ambig10.C | 20 ++++++++++++++++++++ 6 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-pack-init5.C create mode 100644 gcc/testsuite/g++.dg/parse/ambig10.C