This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 30fca2ce1da Daily bump. new 85d32e6f75e Avoid SLP_REPRESENTATIVE access for VEC_PERM in SLP scheduling new 65e25860f49 tree-optimization/115508 - fix ICE with SLP scheduling and [...] new 272e8c90af5 tree-optimization/115278 - fix DSE in if-conversion wrt volatiles
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: gcc/testsuite/g++.dg/vect/pr115278.cc | 38 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr115508.c | 15 +++++++++++++ gcc/tree-if-conv.cc | 4 +++- gcc/tree-vect-slp.cc | 29 ++++++++++++++---------- 4 files changed, 73 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr115278.cc create mode 100644 gcc/testsuite/gcc.target/i386/pr115508.c