mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
@@ -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))));
|
||||
|
||||
Reference in New Issue
Block a user