PR ipa/61602
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / vshuf-v16si.c
blobeecb5468b3ba6eedbc66b2d445bf4ad21f42f45b
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_INT__ == 4
8 typedef unsigned int V __attribute__((vector_size(64)));
9 typedef V VI;
10 #elif __SIZEOF_LONG__ == 4
11 typedef unsigned long V __attribute__((vector_size(64)));
12 typedef V VI;
13 #else
14 # define UNSUPPORTED
15 #endif
17 #include "vshuf-16.inc"
18 #include "vshuf-main.inc"