This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 17327d6cc73 PR fortran/95709 - ICE in gfc_resolve_code, at fortran/reso [...] new a7df039e0ab Daily bump. new 18c7b39fdf3 RISC-V: Make unique SECCAT_SRODATA names start with .srodat [...] new 429b82ac133 RISC-V: Describe correct USEs for gpr_save pattern [PR95252] new 16905340a09 RISC-V: Unify the output asm pattern between gpr_save and g [...] new d009e1d33a7 RISC-V: Suppress warning for signed and unsigned integer co [...] new 01b774ff3ad RISC-V: Fix ICE on riscv_gpr_save_operation_p [PR95683] new 130c3827e50 RISC-V: Fix compilation failed for frflags builtin in C++ mode
The 7 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: contrib/ChangeLog | 10 ++ gcc/ChangeLog | 8 ++ gcc/DATESTAMP | 2 +- gcc/config/riscv/predicates.md | 6 + gcc/config/riscv/riscv-builtins.c | 5 +- gcc/config/riscv/riscv-ftypes.def | 2 +- gcc/config/riscv/riscv-protos.h | 3 +- gcc/config/riscv/riscv-sr.c | 6 +- gcc/config/riscv/riscv.c | 141 ++++++++++++++++++--- gcc/config/riscv/riscv.md | 21 ++- gcc/fortran/ChangeLog | 9 ++ gcc/po/ChangeLog | 4 + gcc/testsuite/ChangeLog | 14 ++ gcc/testsuite/g++.target/riscv/frflags.C | 7 + .../pr67916.c => gcc.target/riscv/pr95252.c} | 3 +- gcc/testsuite/gcc.target/riscv/pr95683.c | 10 ++ libbacktrace/ChangeLog | 5 + 17 files changed, 230 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.target/riscv/frflags.C copy gcc/testsuite/{gcc.dg/torture/pr67916.c => gcc.target/riscv/pr95252.c} (86%) create mode 100644 gcc/testsuite/gcc.target/riscv/pr95683.c