This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b663291ac99 * argv.c (expandargv): Fix memory leak for expanded [...] new bf062a9b415 PR c++/85305 - pack in lambda init-capture. new 1b436275bff PR c++/84701 - unsigned typeof.
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 | 9 ++++ gcc/cp/decl.c | 82 ++++++++++++++++++------------- gcc/cp/parser.c | 8 +-- gcc/testsuite/g++.dg/cpp1z/decomp3.C | 2 +- gcc/testsuite/g++.dg/cpp1z/fold-lambda2.C | 8 +++ gcc/testsuite/g++.dg/ext/typeof13.C | 8 +++ 6 files changed, 79 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold-lambda2.C create mode 100644 gcc/testsuite/g++.dg/ext/typeof13.C