This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 55d31324ac5 Ada: Fix spurious warning if the reducer subprogram is a procedure new fb8a9da75a4 [riscv] avoid auipc overflow with large offsets [PR91420] new 488e28a80ee add fusage for non-ACCUMULATE_OUTGOING_ARGS calls [PR122947]
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 | 29 +++++++++++++++++++- gcc/config/riscv/riscv.cc | 13 ++++++++- gcc/testsuite/gcc.dg/pr122947.c | 45 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/riscv/pr91420.c | 46 ++++++++++++++++++++++++++++++++ 4 files changed, 131 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr122947.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr91420.c