This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 49230cc051f Daily bump. new e0dae9c92aa middle-end/100672 - fix bogus right shift folding new 00ab8e994b8 tree-optimization/101105 - fix runtime alias test optimization new 8dc3768ffb4 tree-optimization/101151 - fix irreducible region check for [...] new 48097089ae5 tree-optimization/101158 - adjust SLP call matching sequence new 62bbb113ae6 Fix SLP permute propagation error
The 5 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/fold-const.c | 4 +-- gcc/testsuite/gcc.dg/torture/pr100672.c | 19 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr101105.c | 19 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr101151.c | 19 ++++++++++++ gcc/testsuite/gfortran.dg/pr101158.f90 | 25 ++++++++++++++++ gcc/tree-ssa-sink.c | 9 +++++- gcc/tree-vect-data-refs.c | 9 ++++-- gcc/tree-vect-slp.c | 53 +++++++++++++++++++++------------ 8 files changed, 133 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100672.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr101105.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr101151.c create mode 100644 gcc/testsuite/gfortran.dg/pr101158.f90