This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from 2df8e0f1bc4 [libatomic] Add nvptx support adds d1f9b13fd45 tree-optimization/96349 - avoid abnormal coalescing issues [...] adds d3a0ef7a523 middle-end/96369 - fix missed short-circuiting during range [...] adds 63a2bdbfb42 lto/96385 - avoid unused global UNDEFs in debug objects adds a568a893f38 tree-optimization/96514 - avoid if-converting control-alter [...] adds 819fc71b49a tree-optimization/96370 - make reassoc expr rewrite more robust adds 228c6a86457 tree-optimization/96579 - another special-operands fix in reassoc adds 1824320592e testsuite: Run gcc.dg/pr96579.c only on targets with dfp support. adds 04912cbb0b4 amdgcn: align TImode registers adds bc67c5c7d14 testsuite: gimplefe-44 requires exceptions new b909504f101 Merge branch 'releases/gcc-10' into 'devel/omp/gcc-10'
The 1 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/config/gcn/gcn.c | 3 ++- gcc/config/gcn/gcn.md | 2 ++ gcc/fold-const.c | 7 +++++++ gcc/testsuite/c-c++-common/pr96369.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/gimplefe-44.c | 1 + 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 +++++ 13 files changed, 124 insertions(+), 8 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