This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4ab8f203486 Implement a context aware pointer equivalency class for use [...] new 4bd2cdb74e2 Make SLP root stmt a vector new 7a56d3d3e99 tree-optimization/100923 - fix alias-ref construction wrt a [...]
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/testsuite/gcc.dg/torture/pr100923.c | 25 ++++++ gcc/tree-ssa-sccvn.c | 76 ++++++++++------ gcc/tree-vect-slp.c | 152 ++++++++++++++++++-------------- gcc/tree-vectorizer.h | 10 +-- 4 files changed, 165 insertions(+), 98 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100923.c