This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 6abef270285 Daily bump. new c52868904b7 PR target/97682 - Fix to reuse t1 register between call add [...]
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/config/riscv/riscv.c | 23 ++-- gcc/config/riscv/riscv.h | 6 +- gcc/testsuite/g++.target/riscv/pr97682.C | 160 +++++++++++++++++++++++++++ gcc/testsuite/gcc.target/riscv/interrupt-3.c | 4 +- gcc/testsuite/gcc.target/riscv/interrupt-4.c | 4 +- 5 files changed, 181 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.target/riscv/pr97682.C