Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr100239.c
blob1ade810c52b0550a2c3ca2c5ef9b694912eb561e
1 /* PR tree-optimization/100239 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0" } */
5 typedef short __attribute__((__vector_size__ (8 * sizeof (short)))) V;
6 V v, w;
8 void
9 foo (void)
11 w = __builtin_shuffle (v != v, 0 < (V) {}, (V) {192} >> 5);