This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 55843567221 * config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update. new e5e0055ac45 PR tree-optimization/89475 * tree-ssa-ccp.c (evaluate_stm [...] new 296ef19b433 Fix -Wenum-compare-switch warning in i386.c.
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/ChangeLog | 12 ++++ gcc/config/i386/i386.c | 4 +- gcc/gimple-ssa-store-merging.c | 53 +++++++++++++--- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/tree-ssa/pr89475.c | 104 ++++++++++++++++++++++++++++++++ gcc/tree-ssa-ccp.c | 29 +++++++++ 6 files changed, 199 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89475.c