This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bac21b7ea62 c++: mangling tweaks new 765c3b8f82d c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] new 1fbb7d75abb c++: accepts-invalid with =delete("") [PR111840]
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/cp-gimplify.cc | 52 +++++++++++---------- gcc/cp/parser.cc | 14 +++--- gcc/testsuite/g++.dg/cpp0x/hog1.C | 77 ++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval36.C | 22 +++++++++ gcc/testsuite/g++.dg/parse/error65.C | 10 +++++ 5 files changed, 145 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/hog1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval36.C create mode 100644 gcc/testsuite/g++.dg/parse/error65.C