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 186573a26a1 debug: fix switch lowering debug info new 9272936ac5f tree-optimization/97897 - complex lowering on abnormal edges new 4f0d8562af8 tree-optimization/98526 - fix vectorizer reduction cost new 268b54382e5 tree-optimization/98640 - fix bogus sign-extension with VN new 85977f624a3 tree-optimization/98758 - fix integer arithmetic in data-re [...]
The 4 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/pr97897.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr98640.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr98758.c | 13 +++++++++++++ gcc/tree-complex.c | 5 ++++- gcc/tree-data-ref.c | 12 ++++++------ gcc/tree-ssa-sccvn.c | 15 +++++++++------ gcc/tree-vect-loop.c | 17 +++++++++++------ 7 files changed, 79 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97897.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr98640.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr98758.c