This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c97f7fd238 Fortran: check for non-optional spaces between adjacent keywords new 4b2a6628644 c++: Implement P2324R2, labels at the end of compound-stmts [...]
The 1 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.cc | 43 ++++++++++++++---- gcc/testsuite/g++.dg/cpp23/label1.C | 89 +++++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp23/label2.C | 52 ++++++++++++++++++++++ 3 files changed, 175 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/label1.C create mode 100644 gcc/testsuite/g++.dg/cpp23/label2.C