This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 857145bf9a2 c: Do not document C23 support as experimental and incomplete new 5be5c66071b [PATCH] Adjust param_vect_max_version_for_alias_checks new acba8b3d8de [PATCH] Fix SLP when ifcvt versioned loop is not vectorized
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/params.opt | 2 +- gcc/testsuite/g++.dg/alias-checks.C | 85 +++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/bb-slp-77.c | 74 ++++++++++++++++++++++++++++++ gcc/tree-vectorizer.cc | 2 + 4 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/alias-checks.C create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-77.c