Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr102141.c
blobf3fc8d87d7e359b21ae656e1b5ac32d9105fc735
1 /* PR tree-optimization/102141 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 unsigned int __attribute__((__vector_size__ (4))) v;
7 void
8 foo (unsigned long long x)
10 v &= (unsigned) (x >> 56 | x >> 40 & 0xff00);