From: Pengxuan Zheng Date: Thu, 15 Jan 2026 19:53:21 +0000 (-0800) Subject: testsuite: Require target x86_64 and aarch64 for gcc.dg/pr123109.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591e22d91eb0b27d9c54f4df939e28fb81d08093;p=thirdparty%2Fgcc.git testsuite: Require target x86_64 and aarch64 for gcc.dg/pr123109.c This fixes failures on i686 and arm. gcc/testsuite/ChangeLog: * gcc.dg/pr123109.c: Require target x86_64 and aarch64. Signed-off-by: Pengxuan Zheng --- diff --git a/gcc/testsuite/gcc.dg/pr123109.c b/gcc/testsuite/gcc.dg/pr123109.c index 9b83d578713..0d51863ca40 100644 --- a/gcc/testsuite/gcc.dg/pr123109.c +++ b/gcc/testsuite/gcc.dg/pr123109.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target { x86_64-*-* aarch64-*-* } } } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ typedef int v4si __attribute__((vector_size(4 * sizeof(int))));