This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a312c8019468 [coro] Fix co_await of void type. new 276265195a4e PR c++/90732 - ICE with VLA capture and generic lambda. new ad09440a0959 PR c++/60855 - ICE with sizeof VLA capture.
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 | 8 ++++++ gcc/cp/lambda.c | 5 ++-- gcc/cp/pt.c | 37 ++++++++++++++++++++----- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla4.C | 12 ++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-vla1.C | 16 +++++++++++ 5 files changed, 69 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla4.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-vla1.C