This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from baaee10123d c++, libstdc++: Implement C++26 P3068R5 - constexpr excepti [...] new bcb51fe0e26 c++: Don't incorrectly reject override after class head nam [...]
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 | 68 ++++++++++++++++++++++++++------- gcc/testsuite/g++.dg/cpp0x/duplicate1.C | 2 +- gcc/testsuite/g++.dg/cpp0x/override2.C | 6 +-- gcc/testsuite/g++.dg/cpp0x/override5.C | 26 +++++++++++++ 4 files changed, 85 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/override5.C