This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e9b973bd60 openmp: Fix up handling of reduction clauses on the loop co [...] new 911b633803d Canonicalize &MEM[ssa_n, CST] to ssa_n p+ CST in fold_stmt_1 new 6033b27eade Improve bytewise DSE
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/gimple-fold.c | 22 ++++ gcc/testsuite/g++.dg/tree-ssa/pr102216-1.C | 21 ++++ gcc/testsuite/g++.dg/tree-ssa/pr102216-2.C | 45 +++++++ gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/modref-dse-5.c | 5 +- gcc/tree-ssa-dse.c | 173 +++++++++++++++++++-------- 6 files changed, 216 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr102216-1.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr102216-2.C