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