This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d8982c2799 c++: regenerate opt urls new 6ecb365d4c3 AArch64: Disable `omp declare variant' tests for aarch64 [PR96342] new d7d3dfe7a2a AArch64: Add SVE support for simd clones [PR96342]
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-protos.h | 2 + gcc/config/aarch64/aarch64-sve-builtins.cc | 9 +- gcc/config/aarch64/aarch64.cc | 175 +++++++++++++++++---- gcc/omp-simd-clone.cc | 13 +- .../c-c++-common/gomp/declare-variant-14.c | 13 +- .../g++.target/aarch64/vect-simd-clone-1.C | 88 +++++++++++ gcc/testsuite/gcc.target/aarch64/declare-simd-2.c | 1 + .../gcc.target/aarch64/vect-simd-clone-1.c | 89 +++++++++++ .../gfortran.dg/gomp/declare-variant-14.f90 | 11 +- 9 files changed, 351 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/vect-simd-clone-1.C create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-simd-clone-1.c