This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bcb51fe0e26 c++: Don't incorrectly reject override after class head nam [...] new 8f063b40e5b c++: Fix up final handling in C++98 [PR120628]
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 | 21 ++++++++++++++------- gcc/testsuite/g++.dg/cpp0x/final1.C | 11 +++++++++++ gcc/testsuite/g++.dg/cpp0x/final2.C | 26 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/override6.C | 26 ++++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/final1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/final2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/override6.C