This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe1e8966cb5 RISC-V: Tweak testcase for PIE new 19ba913517b combine: Use reg_used_between_p rather than modified_betwee [...] new 01acd453d89 tailc: Improve tail recursion handling [PR119493]
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/combine.cc | 16 ++++--- gcc/testsuite/gcc.c-torture/execute/pr119291.c | 33 ++++++++++++++ gcc/testsuite/gcc.dg/pr119493-1.c | 55 ++++++++++++++++++++++ gcc/tree-tailcall.cc | 63 ++++++++++++++++++++------ 4 files changed, 146 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr119291.c create mode 100644 gcc/testsuite/gcc.dg/pr119493-1.c