]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Update test for PR115537 to use SVE .
authorTamar Christina <tamar.christina@arm.com>
Thu, 4 Jul 2024 10:19:20 +0000 (11:19 +0100)
committerTamar Christina <tamar.christina@arm.com>
Thu, 4 Jul 2024 10:19:20 +0000 (11:19 +0100)
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.

gcc/testsuite/gcc.dg/vect/pr115537.c

index 99ed467feb884b745e1d499339fd6ef58aa0e6d2..9f7347a5f2adf03dadf428cc1cfab46c3f930466 100644 (file)
@@ -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;