This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f63862184b RISC-V: Bugfix for RVV floating-point rm suffix sequence new 1349f530753 RISC-V: Return machine_mode rather than opt_machine_mode fo [...] new 129feec0ba4 [Committed] PR target/110843: Check TARGET_AVX512VL for V2D [...]
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/config/i386/i386-features.cc | 6 +-- gcc/config/riscv/autovec.md | 2 +- gcc/config/riscv/riscv-protos.h | 2 +- gcc/config/riscv/riscv-v.cc | 68 ++++++++++++++++---------------- gcc/config/riscv/riscv.cc | 5 +-- gcc/testsuite/gcc.target/i386/pr110843.c | 20 ++++++++++ 6 files changed, 60 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr110843.c