This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e86218f05c c++: Return early in apply_late_template_attributes if ther [...] new 531dae29a67 bswap: Improve perform_symbolic_merge [PR103376] new 94912212d3d match.pd: Fix up the recent bitmask_inv_cst_vector_p simpli [...]
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-ssa-store-merging.c | 32 ++++++++++++++++++---- gcc/match.pd | 22 +++++++-------- gcc/testsuite/gcc.c-torture/execute/pr103417.c | 11 ++++++++ gcc/testsuite/gcc.dg/optimize-bswapsi-7.c | 37 ++++++++++++++++++++++++++ 4 files changed, 84 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103417.c create mode 100644 gcc/testsuite/gcc.dg/optimize-bswapsi-7.c