]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Require target x86_64 and aarch64 for gcc.dg/pr123109.c
authorPengxuan Zheng <pengxuan.zheng@oss.qualcomm.com>
Thu, 15 Jan 2026 19:53:21 +0000 (11:53 -0800)
committerPengxuan Zheng <pengxuan.zheng@oss.qualcomm.com>
Thu, 15 Jan 2026 20:00:13 +0000 (12:00 -0800)
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 <pengxuan.zheng@oss.qualcomm.com>
gcc/testsuite/gcc.dg/pr123109.c

index 9b83d57871388c19b46d79b7300a8d3a2851e60c..0d51863ca40992b371bbf06ef87fb4e6f0569fab 100644 (file)
@@ -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))));