Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr105049.c
blobb0518c6a181b018a344edd25aff9f67f0eb9f3f6
1 /* { dg-do compile } */
2 /* { dg-options "-O -fno-tree-forwprop" } */
4 typedef short __attribute__((__vector_size__ (sizeof(short)))) V;
5 typedef short __attribute__((__vector_size__ (2*sizeof(short)))) U;
6 char c;
9 foo (void)
11 return __builtin_shufflevector ((V){}, (V){}, 0, 0) & c;