This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 33742a0a0258 Replace update_web_docs_svn with update_web_docs_git. new f1acad4e4390 PR c++/93238 - short right-shift with enum. new 7c82dd6c02d4 PR c++/33799 - destroy return value if local cleanup throws.
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/ChangeLog | 5 +++++ gcc/cp/ChangeLog | 10 ++++++++++ gcc/cp/cp-tree.h | 7 +++++++ gcc/cp/decl.c | 14 +++++++++++++ gcc/cp/typeck.c | 17 +++++++++++++--- gcc/gimplify.c | 8 ++++++++ gcc/testsuite/g++.dg/eh/return1.C | 40 +++++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/expr/rshift1.C | 8 ++++++++ 8 files changed, 106 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/return1.C create mode 100644 gcc/testsuite/g++.dg/expr/rshift1.C