This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9ac0ff5ea5f Export native_encode_real operating on REAL_VALUE_TYPE new c95f5a0c071 ipa-sra: Don't change return type to void if there are must [...] new e176456cfe5 tailc: Handle musttail noreturn calls [PR119483]
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/calls.cc | 2 +- gcc/ipa-sra.cc | 6 ++- gcc/testsuite/c-c++-common/pr119483-1.c | 29 ++++++++++++ gcc/testsuite/c-c++-common/pr119483-2.c | 12 +++++ gcc/testsuite/c-c++-common/pr119484.c | 21 +++++++++ gcc/tree-tailcall.cc | 82 ++++++++++++++++++++++++--------- 6 files changed, 128 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr119483-1.c create mode 100644 gcc/testsuite/c-c++-common/pr119483-2.c create mode 100644 gcc/testsuite/c-c++-common/pr119484.c