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 f737b65af9b x86: Compile builtin-copysign-8b.c with -mtune=generic new f3d0c95570d AArch64: Extend intrinsics framework to account for merging [...]
The 1 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-shapes.cc | 28 +++++++++++++-- gcc/config/aarch64/aarch64-sve-builtins.cc | 22 ++++++------ gcc/config/aarch64/aarch64-sve-builtins.h | 40 ++++++++++++++++++++++ .../gcc.target/aarch64/sve/pr121604_brk.c | 25 ++++++++++++++ .../gcc.target/aarch64/sve2/pr121604_pmov.c | 16 +++++++++ 5 files changed, 117 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr121604_brk.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/pr121604_pmov.c