This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 45d82eb7b73 MAINTAINERS: Add my gcc.gnu.org username new 08af16bfea6 tailcall: Support ERF_RETURNS_ARG for tailcall [PR67797]
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/gcc.dg/tree-ssa/tailcall-14.c | 25 +++++++ gcc/testsuite/gcc.dg/tree-ssa/tailcall-15.c | 16 ++++ gcc/tree-tailcall.cc | 109 ++++++++++++++++------------ 3 files changed, 104 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/tailcall-14.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/tailcall-15.c