This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3c55148e76 compiler: omit a couple of write barriers new e3f07d30e4f PR tree-optimization/87287 * fold-const.c (fold_binary_lo [...] new 18a68bcd448 PR middle-end/87290 * expr.c (maybe_optimize_pow2p_mod_cm [...] new f48b66326a8 * configure.ac: Only append " : (reconfigured) $TOPLEVEL_ [...]
The 3 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/ChangeLog | 22 ++++++ gcc/configure | 17 +++-- gcc/configure.ac | 5 +- gcc/expr.c | 99 ++++++++++++++++++++++++++- gcc/fold-const.c | 22 ------ gcc/match.pd | 10 ++- gcc/testsuite/ChangeLog | 12 ++++ gcc/testsuite/gcc.c-torture/execute/pr87290.c | 63 +++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr87287.c | 34 +++++++++ gcc/testsuite/gcc.target/i386/pr87290.c | 34 +++++++++ 10 files changed, 285 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr87290.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr87287.c create mode 100644 gcc/testsuite/gcc.target/i386/pr87290.c