This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ea884b85e3 testsuite/93717 fix up gcc.dg/optimize-bswapsi-2.c for BE new 8aba425f4eb sccvn: Handle bitfields in vn_reference_lookup_3 [PR93582]
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/ChangeLog | 21 ++++++++ gcc/fold-const.c | 64 ++++++++++++++++++++++ gcc/fold-const.h | 4 ++ gcc/gimple-ssa-store-merging.c | 72 +++---------------------- gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/gcc.dg/tree-ssa/pr93582-1.c | 17 ++++++ gcc/testsuite/gcc.dg/tree-ssa/pr93582-2.c | 17 ++++++ gcc/testsuite/gcc.dg/tree-ssa/pr93582-3.c | 18 +++++++ gcc/tree-ssa-sccvn.c | 90 +++++++++++++++++++++++-------- 9 files changed, 222 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93582-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93582-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93582-3.c