This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 9f817c98403 i386: Remove CLDEMOTE for clients new 2efe8cc5558 rtl-ssa: Reject non-address uses of autoinc regs [PR120347] new cb3c5b7d15c aarch64: Incorrect removal of ZA restore [PR120624]
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-sme.md | 2 ++ gcc/config/aarch64/aarch64.md | 8 ++++++++ gcc/rtl-ssa/changes.cc | 18 ++++++++++++++++++ gcc/rtlanal.cc | 2 +- gcc/testsuite/gcc.dg/torture/pr120347.c | 13 +++++++++++++ gcc/testsuite/gcc.target/aarch64/sme/za_state_7.c | 21 +++++++++++++++++++++ 6 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr120347.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/za_state_7.c