This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ef828da20c Fix PowerPC tests in PR 81535. new c2f14a91ec5 PR c++/84420 - ICE with structured binding in lambda. new 7285637ab13 PR c++/81853 - using-directive and constexpr.
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/constexpr.c | 4 ++++ gcc/cp/lambda.c | 1 + gcc/testsuite/g++.dg/cpp1z/decomp-lambda1.C | 10 ++++++++++ gcc/testsuite/g++.dg/ext/stmtexpr22.C | 13 +++++++++++++ 5 files changed, 34 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp-lambda1.C create mode 100644 gcc/testsuite/g++.dg/ext/stmtexpr22.C