This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5b2e7afb135 libgomp.fortran/metadirective-1.f90: Expect 'error:' for nv [...] new 6ccf845d9fa RISC-V: Avoid division by zero in check_builtin_call [PR120436]. new 0f73ae763c0 vect: Remove non-SLP paths in strided slp/elementwise.
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/riscv/riscv-vector-builtins-shapes.cc | 4 ++ gcc/config/riscv/riscv-vector-builtins.h | 40 +----------------- gcc/testsuite/gcc.target/riscv/rvv/base/pr120436.c | 16 +++++++ gcc/tree-vect-stmts.cc | 49 ++++++++-------------- 4 files changed, 39 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr120436.c