This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e07e7a6a7f c++: Diagnose references to void in structured bindings [PR99650] new a9604fcbb29 RISC-V: Support -mlittle-endian and -mbig-endian new cd1e2f63253 RISC-V: Add riscv{32,64}be with big endian as default new f1af1326d26 RISC-V: Update soft-fp config for big-endian new 28bddf0e322 RISC-V: Fix trampoline generation on big endian new 4eb3a801a5e RISC-V: Update shift-shift-5.c testcase for big endian new 7ac4dfec391 RISC-V: Fix matches against subreg with a bytenum of 0 in riscv.md new fffefe3d9d1 RISC-V: Fix riscv_subword() for big endian
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: gcc/common/config/riscv/riscv-common.c | 5 ++ gcc/config.gcc | 15 ++++++ gcc/config/riscv/elf.h | 4 +- gcc/config/riscv/freebsd.h | 4 +- gcc/config/riscv/linux.h | 4 +- gcc/config/riscv/predicates.md | 5 ++ gcc/config/riscv/riscv.c | 26 ++++++++-- gcc/config/riscv/riscv.h | 12 ++++- gcc/config/riscv/riscv.md | 70 +++++++++++++------------- gcc/config/riscv/riscv.opt | 8 +++ gcc/doc/invoke.texi | 12 +++++ gcc/testsuite/gcc.target/riscv/shift-shift-5.c | 4 ++ libgcc/config/riscv/sfp-machine.h | 4 ++ 13 files changed, 128 insertions(+), 45 deletions(-)