This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e214ee7622a PR c++/88979 - further P0634 fix for constructors. * pars [...] new 7f9cb1b5527 fix PR 89601 new 3c78ad4203a PR c++/89686 - mixing init-capture and simple-capture in l [...]
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 | 4 ++++ gcc/cp/parser.c | 20 +++++++++++++++++--- gcc/fortran/ChangeLog | 7 +++++++ gcc/fortran/decl.c | 14 ++++++++++++-- gcc/testsuite/ChangeLog | 11 +++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-pack-init2.C | 22 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pdt_16.f03 | 1 - gcc/testsuite/gfortran.dg/pdt_30.f90 | 17 +++++++++++++++++ 8 files changed, 90 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-pack-init2.C create mode 100644 gcc/testsuite/gfortran.dg/pdt_30.f90