* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / vshuf-v2di.c
blobd498c28f0f937f06422dc74eb2dec85cd1f893b3
1 /* { dg-do run } */
2 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
3 /* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
4 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
5 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
7 #if __SIZEOF_LONG_LONG__ == 8
8 typedef unsigned long long V __attribute__((vector_size(16)));
9 typedef V VI;
10 #else
11 #define UNSUPPORTED
12 #endif
14 #include "vshuf-2.inc"
15 #include "vshuf-main.inc"