diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/aarch64/sve_slp_12.c')
-rw-r--r-- | gcc/testsuite/gcc.target/aarch64/sve_slp_12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/aarch64/sve_slp_12.c b/gcc/testsuite/gcc.target/aarch64/sve_slp_12.c index 9afe7e59ef2..77bf7b72454 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve_slp_12.c +++ b/gcc/testsuite/gcc.target/aarch64/sve_slp_12.c @@ -6,7 +6,7 @@ #define N1 (19 * 2) #define VEC_PERM(TYPE) \ -void __attribute__ ((weak)) \ +void __attribute__ ((noinline, noclone)) \ vec_slp_##TYPE (TYPE *restrict a, TYPE *restrict b) \ { \ for (int i = 0; i < N1; ++i) \ |