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 <pengxuan.zheng@oss.qualcomm.com>
This commit is contained in:
Pengxuan Zheng
2026-01-15 11:53:21 -08:00
parent 166a776b59
commit 591e22d91e

View 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))));