This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fc531c2ed3c c++: Fix up constexpr CLEANUP_POINT_EXPR and TRY_FINALLY_EX [...] new 64326bb428a tree-optimization/97806 - fix PRE expression post order new 7f445b5d611 aarch64: Fix SVE2 BCAX pattern [PR97730]
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/config/aarch64/aarch64-sve2.md | 31 ++++++++++-- gcc/testsuite/gcc.dg/pr97806.c | 16 ++++++ gcc/testsuite/gcc.dg/vect/pr97730.c | 12 +++++ gcc/testsuite/gcc.target/aarch64/sve2/bcax_1.c | 2 +- gcc/tree-ssa-pre.c | 70 +++++++++++++++----------- 5 files changed, 97 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97806.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97730.c