This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 43949a5271b tree-optimization/121454 - ICE building libgo new 75eabf69d80 aarch64: Fix predication of FP8 FDOT insns [PR120986] new 80b0e4ad2f6 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