aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2024-09-20 17:01:39 +0100
committerTamar Christina <tamar.christina@arm.com>2024-09-20 17:02:35 +0100
commit0189ab205aa86b8e67ae982294f0fe58aa9c4774 (patch)
treeb01aab88d3d517b8d38eb83271967dbaf9ebc2eb /gcc
parent33ccc1314dcdb0b988a9276ca6b6ce9b07bea21e (diff)
downloadgcc-0189ab205aa86b8e67ae982294f0fe58aa9c4774.zip
gcc-0189ab205aa86b8e67ae982294f0fe58aa9c4774.tar.gz
gcc-0189ab205aa86b8e67ae982294f0fe58aa9c4774.tar.bz2
testsuite: Update commandline for PR116628.c to use neoverse-v2 [PR116628]
The testcase for this tests needs Neoverse V2 to be used since due to costing the other cost models don't pick this particular SVE mode. committed as obvious. Thanks, Tamar gcc/testsuite/ChangeLog: PR tree-optimization/116628 * gcc.dg/vect/pr116628.c: Update cmdline.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/vect/pr116628.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/pr116628.c b/gcc/testsuite/gcc.dg/vect/pr116628.c
index 4068c65..a38ffb3 100644
--- a/gcc/testsuite/gcc.dg/vect/pr116628.c
+++ b/gcc/testsuite/gcc.dg/vect/pr116628.c
@@ -1,7 +1,7 @@
/* { dg-do compile } */
/* { dg-require-effective-target vect_float } */
/* { dg-require-effective-target vect_masked_store } */
-/* { dg-additional-options "-Ofast -march=armv9-a" { target aarch64-*-* } } */
+/* { dg-additional-options "-Ofast -mcpu=neoverse-v2" { target aarch64-*-* } } */
typedef float c;
c a[2000], b[0];