This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 827b2a279fc Do not allow "x + 0.0" to "x" optimization with -fsignaling-nans new dbcbc858c71 RISC-V: Save and restore FCSR in interrupt functions to avo [...]
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.cc | 48 +++++++++++++++++++++-- gcc/config/riscv/riscv.md | 13 ++++++ gcc/testsuite/gcc.target/riscv/interrupt-fcsr-1.c | 15 +++++++ gcc/testsuite/gcc.target/riscv/interrupt-fcsr-2.c | 15 +++++++ gcc/testsuite/gcc.target/riscv/interrupt-fcsr-3.c | 14 +++++++ 5 files changed, 102 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/interrupt-fcsr-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/interrupt-fcsr-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/interrupt-fcsr-3.c