https://gcc.gnu.org/g:3cc03c04c72be870f7f4a9e55115afef9926cf1a
commit r16-7303-g3cc03c04c72be870f7f4a9e55115afef9926cf1a Author: Alexandre Oliva <[email protected]> Date: Thu Feb 5 00:28:37 2026 -0300 testsuite: aarch64: state pr122103_1.c requirements [PR123936] The execution testcase needed SVE support but didn't state that as a requirement. Add it. for gcc/testsuite/ChangeLog PR testsuite/123936 PR tree-optimization/122103 * gcc.target/aarch64/sve/pr122103_1.c: Add sve hw requirement. Diff: --- gcc/testsuite/gcc.target/aarch64/sve/pr122103_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/aarch64/sve/pr122103_1.c b/gcc/testsuite/gcc.target/aarch64/sve/pr122103_1.c index f06f8611393d..e18a2b6b9952 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve/pr122103_1.c +++ b/gcc/testsuite/gcc.target/aarch64/sve/pr122103_1.c @@ -1,4 +1,4 @@ -/* { dg-do run } */ +/* { dg-do run { target aarch64_sve_hw } } */ /* { dg-require-effective-target glibc } */ /* { dg-options "-O3 -fno-math-errno -ftrapping-math -march=armv8-a+sve" } */
