This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 80e82de4b80 openmp: Teach OpenMP declare variant append_args handling a [...] new 33b1a5d5889 match.pd: Do not canonicalize division by power 2 for {ROUN [...] new 85ab3a22ed1 vect: Handle grouped accesses via gather/scatter.
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/internal-fn.cc | 22 +- gcc/internal-fn.h | 2 + gcc/match.pd | 8 +- .../gcc.target/riscv/rvv/autovec/pr118019-2.c | 50 +++++ gcc/tree-vect-stmts.cc | 243 ++++++++++++++++++--- gcc/tree-vectorizer.h | 1 + 6 files changed, 296 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr118019-2.c