diff options
author | Tamar Christina <tamar.christina@arm.com> | 2024-07-04 11:19:20 +0100 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2024-07-04 11:19:20 +0100 |
commit | adcfb4fb8fb20a911c795312ff5f5284dba05275 (patch) | |
tree | 8780ece7ce6ece033d97e2a58bb6b878f35658ed | |
parent | 84acbfbecbdbc3fb2a395bd97e338b2b26fad374 (diff) | |
download | gcc-adcfb4fb8fb20a911c795312ff5f5284dba05275.zip gcc-adcfb4fb8fb20a911c795312ff5f5284dba05275.tar.gz gcc-adcfb4fb8fb20a911c795312ff5f5284dba05275.tar.bz2 |
testsuite: Update test for PR115537 to use SVE .
The PR was about SVE codegen, the testcase accidentally used neoverse-n1
instead of neoverse-v1 as was the original report.
This updates the tool options.
gcc/testsuite/ChangeLog:
PR tree-optimization/115537
* gcc.dg/vect/pr115537.c: Update flag from neoverse-n1 to neoverse-v1.
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/pr115537.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/pr115537.c b/gcc/testsuite/gcc.dg/vect/pr115537.c index 99ed467..9f7347a 100644 --- a/gcc/testsuite/gcc.dg/vect/pr115537.c +++ b/gcc/testsuite/gcc.dg/vect/pr115537.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-additional-options "-mcpu=neoverse-n1" { target aarch64*-*-* } } */ +/* { dg-additional-options "-mcpu=neoverse-v1" { target aarch64*-*-* } } */ char *a; int b; |