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 67d0312ac61 Daily bump. new d0a3e323a0c tree-optimization/106934 - avoid BIT_FIELD_REF of bitfields new 58e39fcaaf2 tree-optimization/107107 - tail-merging VN wrong-code new 95e5c07aa21 tree-optimization/107323 - loop distribution partition orde [...] new 5d62d86d958 tree-optimization/107554 - fix ICE in stlen optimization new 719e672cfe8 restrict gcc.dg/pr107554.c to 64bit platforms
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/testsuite/gcc.dg/pr107107.c | 25 ++++++++++++++++ gcc/testsuite/gcc.dg/pr107554.c | 12 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr107323.c | 28 ++++++++++++++++++ gcc/testsuite/gfortran.dg/pr106934.f90 | 7 +++++ gcc/tree-loop-distribution.c | 50 +++++++++++++++++++++++--------- gcc/tree-ssa-sccvn.c | 17 ++--------- gcc/tree-ssa-strlen.c | 2 +- gcc/tree-ssa.c | 6 ++++ 8 files changed, 118 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr107107.c create mode 100644 gcc/testsuite/gcc.dg/pr107554.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr107323.c create mode 100644 gcc/testsuite/gfortran.dg/pr106934.f90