This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29bc904cb82 c: Fix ICEs with -fsanitize=pointer-{subtract,compare} [PR119582] new 8ea537988f7 tailc: Deal with trivially useless EH cleanups [PR119491]
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/testsuite/g++.dg/opt/musttail3.C | 41 +++++++++++++ gcc/testsuite/g++.dg/opt/musttail4.C | 35 +++++++++++ gcc/testsuite/g++.dg/opt/musttail5.C | 41 +++++++++++++ gcc/tree-tailcall.cc | 113 ++++++++++++++++++++++++++++------- 4 files changed, 207 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/musttail3.C create mode 100644 gcc/testsuite/g++.dg/opt/musttail4.C create mode 100644 gcc/testsuite/g++.dg/opt/musttail5.C