This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ecef0d7c53d Ada: Natural/Positive not ignored in subprogram renaming new 0562e17bd04 tailc, expand: Tail call -fdump-{tree-tailc,expand-details} [...] new 7e91bba6d53 tailc, expand: Small incremental tweak to tail call dump [P [...] new 3f9dfb94eab bitintlower: Fix up handling of SSA_NAME copies in coalesci [...] new 8b2ceb421f0 driver: Fix up -freport-bug for ASLR [PR119727]
The 4 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 | 62 ++++++++++++++------------- gcc/gcc.cc | 73 +++++++++++++++++--------------- gcc/gimple-lower-bitint.cc | 22 +++++++++- gcc/gimple-lower-bitint.h | 1 + gcc/testsuite/gcc.dg/torture/bitint-77.c | 26 ++++++++++++ gcc/tree-ssa-coalesce.cc | 22 +++++----- gcc/tree-tailcall.cc | 54 ++++++++++------------- 7 files changed, 154 insertions(+), 106 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-77.c