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 80ff1373684 LTO: Add -fcf-protection=check new d1f9b13fd45 tree-optimization/96349 - avoid abnormal coalescing issues [...] new d3a0ef7a523 middle-end/96369 - fix missed short-circuiting during range [...] new 63a2bdbfb42 lto/96385 - avoid unused global UNDEFs in debug objects new a568a893f38 tree-optimization/96514 - avoid if-converting control-alter [...] new 819fc71b49a tree-optimization/96370 - make reassoc expr rewrite more robust new 228c6a86457 tree-optimization/96579 - another special-operands fix in reassoc new 1824320592e testsuite: Run gcc.dg/pr96579.c only on targets with dfp support.
The 7 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 | 7 +++++++ gcc/testsuite/c-c++-common/pr96369.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/pr96370.c | 8 ++++++++ gcc/testsuite/gcc.dg/pr96514.c | 27 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr96579.c | 4 ++++ gcc/testsuite/gcc.dg/torture/pr96349.c | 25 +++++++++++++++++++++++++ gcc/tree-if-conv.c | 5 +++++ gcc/tree-ssa-loop-split.c | 10 ++++++++++ gcc/tree-ssa-reassoc.c | 23 ++++++++++++++++------- libiberty/simple-object-elf.c | 5 +++++ 10 files changed, 119 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr96369.c create mode 100644 gcc/testsuite/gcc.dg/pr96370.c create mode 100644 gcc/testsuite/gcc.dg/pr96514.c create mode 100644 gcc/testsuite/gcc.dg/pr96579.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr96349.c