https://gcc.gnu.org/g:0189ab205aa86b8e67ae982294f0fe58aa9c4774
commit r15-3738-g0189ab205aa86b8e67ae982294f0fe58aa9c4774 Author: Tamar Christina <tamar.christ...@arm.com> Date: Fri Sep 20 17:01:39 2024 +0100 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. Diff: --- gcc/testsuite/gcc.dg/vect/pr116628.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/vect/pr116628.c b/gcc/testsuite/gcc.dg/vect/pr116628.c index 4068c657ac55..a38ffb33365a 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];