This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e5bb3896036 Daily bump. new af31db64611 c++: Fix structured binding redeclaration error recovery [P [...] new 5274f490fa7 c++: Implement mangling for structured binding packs [PR117783] new b7e4b5e862f c++: Fix up handling of name independent structured binding [...] new 1138d716c44 Fix comment typos
The 4 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/config/arc/arc.md | 6 +- gcc/cp/decl.cc | 40 ++++--- gcc/cp/parser.cc | 9 +- gcc/fortran/gfortran.h | 2 +- gcc/testsuite/g++.dg/cpp1z/decomp65.C | 13 +++ gcc/testsuite/g++.dg/cpp26/decomp19.C | 2 - gcc/testsuite/g++.dg/cpp26/decomp26.C | 77 ++++++++++++ .../g++.dg/cpp26/name-independent-decl11.C | 129 +++++++++++++++++++++ gcc/testsuite/g++.dg/warn/template-1.C | 2 +- gcc/testsuite/gcc.dg/graphite/id-30.c | 2 +- .../gcc.target/powerpc/builtins-2-p9-runnable.c | 2 +- gcc/tree-cfg.cc | 2 +- 12 files changed, 259 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp65.C create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp26.C create mode 100644 gcc/testsuite/g++.dg/cpp26/name-independent-decl11.C