Fix gimplification of ordering comparisons of arrays of bytes
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / vshuf-v8hi.c
blobf4639880fb66deb52a3a9de0552c182ded64437f
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 typedef unsigned short V __attribute__((vector_size(16)));
8 typedef V VI;
10 #include "vshuf-8.inc"
11 #include "vshuf-main.inc"