From: Alexandre Oliva Date: Thu, 5 Feb 2026 03:28:37 +0000 (-0300) Subject: testsuite: aarch64: state pr122103_1.c requirements [PR123936] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc03c04c72be870f7f4a9e55115afef9926cf1a;p=thirdparty%2Fgcc.git 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 --git a/gcc/testsuite/gcc.target/aarch64/sve/pr122103_1.c b/gcc/testsuite/gcc.target/aarch64/sve/pr122103_1.c index f06f8611393..e18a2b6b995 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" } */