This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e92c718188 [ARC] Fix stack usage info for naked functions. new c6e2675e95d * g++.dg/opt/pr85196.C: Fix for -std=c++17. new 14dd004ec10 PR c++/85256 - ICE capturing pointer to VLA.
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 | 6 ++++++ gcc/cp/lambda.c | 4 ++-- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C | 2 +- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla3.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp1y/vla7.C | 4 ++-- gcc/testsuite/g++.dg/cpp1y/vla9.C | 2 +- gcc/testsuite/g++.dg/opt/pr85196.C | 2 +- 7 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla3.C