This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5ed0148347 arm: Fix the mve multilib for the broken cmse support (pr99939). new b8b80b8aa3d tree-optimization/101025 - fix store-motion dependence checking new 5b02ed4b876 [PATCH] PR tree-optimization/96392 Optimize x+0.0 if x is a [...]
The 2 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 | 70 ++++++++++++++++++++++++++------- gcc/fold-const.h | 4 +- gcc/match.pd | 28 +++++++------ gcc/testsuite/gcc.dg/pr96392.c | 33 ++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr101025.c | 23 +++++++++++ gcc/tree-ssa-loop-im.c | 38 +++++++++++++++++- gcc/tree-ssa-reassoc.c | 2 +- 7 files changed, 167 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr96392.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr101025.c