This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 606f2af1973 c++: Fix ICE with __builtin_bit_cast [PR98469] new 33a63257701 tree-optimization/98516 - fix SLP permute opt materialization new 8ea81f56140 Don't link cc1 etc. against libcody.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/cp/Make-lang.in | 6 ++--- gcc/objcp/Make-lang.in | 6 ++--- gcc/testsuite/gcc.dg/vect/bb-slp-pr98516-1.c | 26 ++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/bb-slp-pr98516-2.c | 36 ++++++++++++++++++++++++++++ gcc/tree-vect-slp.c | 13 ++++++---- 5 files changed, 76 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr98516-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr98516-2.c