Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr80970.c
blob3b96b581e332d5c121787de7704ed973851f7f0b
1 /* { dg-do compile } */
3 int a, b, c, d, e;
4 void f ()
6 long g, h;
7 if (c)
8 e = d;
9 g = d & 31;
10 h = 1 << g;
11 a = e | h;
12 b = a;