This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3991b2f623d reload_cse_move2add: Handle trivial single_set:s new 2415024e0f8 c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]
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/cp-gimplify.cc | 2 +- gcc/cp/cp-tree.h | 2 ++ gcc/cp/except.cc | 5 ++++- gcc/except.h | 2 +- gcc/testsuite/g++.dg/eh/terminate2.C | 30 ++++++++++++++++++++++++++++++ gcc/tree-eh.cc | 16 +++++++++++++++- libstdc++-v3/config/abi/pre/gnu.ver | 7 +++++++ libstdc++-v3/libsupc++/eh_call.cc | 4 +++- 8 files changed, 63 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/terminate2.C