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 17eae3d3bfb AArch64: Fix invalid immediate offsets in SVE gather/scatte [...] new 0abf53c10f4 aarch64: Fix predication of FP8 FDOT insns [PR120986] new 9fe46a4b5e4 aarch64: Relax fpm_t assert to allow const_ints [PR120986]
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-sve-builtins.cc | 5 +++-- gcc/config/aarch64/aarch64-sve2.md | 16 ++++++++-------- gcc/config/aarch64/iterators.md | 6 ++++++ gcc/testsuite/gcc.target/aarch64/pr120986-1.c | 10 ++++++++++ gcc/testsuite/gcc.target/aarch64/torture/pr120986-2.c | 7 +++++++ 5 files changed, 34 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr120986-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/torture/pr120986-2.c