This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76c7e7d6b00 testsuite: Fix unroll-and-jam.c on IBM Z new 20eb7a1891c c++: Fix up handling of structured bindings in extract_loca [...] new 784de5292c3 c++: Fix up C++23 [] <...> requires primary -> type {} pars [...]
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/parser.c | 13 +++++++++++++ gcc/cp/pt.c | 22 +++++++++++++++++++++- gcc/testsuite/g++.dg/cpp1z/pr99833.C | 11 +++++++++++ gcc/testsuite/g++.dg/cpp23/lambda-specifiers2.C | 7 +++++++ gcc/testsuite/g++.dg/cpp2a/pr99833.C | 18 ++++++++++++++++++ 5 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/pr99833.C create mode 100644 gcc/testsuite/g++.dg/cpp23/lambda-specifiers2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr99833.C