blob: 3b96b581e332d5c121787de7704ed973851f7f0b [file] [log] [blame]
/* { dg-do compile } */
int a, b, c, d, e;
void f ()
{
long g, h;
if (c)
e = d;
g = d & 31;
h = 1 << g;
a = e | h;
b = a;
}