This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d7e9ae4fa94 OpenMP, NVPTX: memcpy[23]D bias correction new d82bb518fa3 RISC-V: Fix bug of VSETVL fusion new 008b80e42eb RISC-V: Optimize SELECT_VL codegen when length is known as [...] new af3fc030694 contrib: add git gcc-style alias
The 3 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/gcc-git-customization.sh | 5 ++ gcc/config/riscv/riscv-v.cc | 10 ++++ gcc/config/riscv/riscv-vsetvl.cc | 41 ++++++++++++++- .../gcc.target/riscv/rvv/autovec/pr113087-1.c | 60 +++++++++++++++++++++ .../gcc.target/riscv/rvv/autovec/pr113087-2.c | 61 ++++++++++++++++++++++ 5 files changed, 175 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr113087-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr113087-2.c