This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from a1c0fbb66cd Daily bump. new 05b35bc2ba6 tree-optimization/99880 - avoid vectorizing irrelevant PHI [...] new ee16f803357 tree-optimization/99954 - fix loop distribution memcpy clas [...] new be0093e7273 tree-optimization/100053 - fix predication in VN
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/gcc.dg/torture/pr100053.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr99880.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr99954.c | 30 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.c | 21 +++++++++++++++++++++ gcc/tree-loop-distribution.c | 17 +++++++++++++++-- gcc/tree-ssa-sccvn.c | 21 +++++++++++++-------- gcc/tree-vect-loop.c | 1 + 7 files changed, 127 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100053.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr99880.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr99954.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.c