This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from b0632c06a7f middle-end: Fix ICE in poly-int.h due to SLP. new c63704a2d84 cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924] new 4f2a35a76cc tree-optimization/114375 - disallow SLP discovery of permut [...]
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/cfgrtl.cc | 3 ++- gcc/testsuite/gcc.dg/vect/vect-pr114375.c | 44 +++++++++++++++++++++++++++++++ gcc/tree-vect-slp.cc | 34 +++++++++++++++++++----- gcc/tree-vect-stmts.cc | 8 ++++++ 4 files changed, 81 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr114375.c