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 c644dc6de9c Daily bump. new 6007449a1c3 rtl-optimization/105559 - avoid quadratic behavior in delet [...] new ebe6ffee1aa tree-optimization/105368 - avoid overflow in powi_cost new e41fa23451c tree-optimization/105431 - another overflow in powi handling new 84ebfc7558d tree-optimization/105173 - fix insertion logic in reassoc new bdfe7e5510b tree-optimization/105163 - abnormal SSA coalescing and reassoc new c515adf5d33 middle-end/105140 - fix bogus recursion in fold_convertible_p new b3157b03a8b rs6000/testsuite: Skip pr105140.c new 1cccf2e43b4 IBM zSystems/testsuite: PR105147: Skip pr105140.c new 644185d0e42 tree-optimization/105250 - adjust fold_convertible_p PR105140 fix new 5d4f9ef0d21 testsuite: Skip pr105250.c for powerpc and s390 [PR105266]
The 10 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/cfgrtl.c | 2 +- gcc/fold-const.c | 4 +- gcc/testsuite/gcc.dg/pr105140.c | 18 +++++++++ gcc/testsuite/gcc.dg/pr105173.c | 12 ++++++ gcc/testsuite/gcc.dg/pr105250.c | 30 +++++++++++++++ gcc/testsuite/gcc.dg/torture/pr105163.c | 17 +++++++++ gcc/tree-ssa-math-opts.c | 14 +++---- gcc/tree-ssa-reassoc.c | 66 +++++++++++++++++++++------------ 8 files changed, 128 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105140.c create mode 100644 gcc/testsuite/gcc.dg/pr105173.c create mode 100644 gcc/testsuite/gcc.dg/pr105250.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105163.c