This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 84257032ef4 More verbose dumping on missed vector optabs new 7a8c00dea5e tree-optimization/123298 - fix backedge detection for VN al [...]
The 1 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-lower-bitint.cc | 2 +- gcc/ipa-prop.cc | 4 ++-- gcc/testsuite/gcc.dg/torture/pr123298.c | 35 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-alias.cc | 34 ++++++++++++++++++-------------- gcc/tree-ssa-alias.h | 7 +++++-- gcc/tree-ssa-pre.cc | 10 +++++----- gcc/tree-ssa-sccvn.cc | 21 ++++++++++++++++---- gcc/tree-ssa-scopedtables.cc | 2 +- 8 files changed, 85 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr123298.c