aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/921126-1.c
blob: a7b908b2ef0d5f98c260c67bc31e1ece61dc7e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
f()
{
  long long a0, a1, a0s, val;
  int width;
  float d;
  if (d)
    ;
  if (a0s & (1LL << width))
    ;
  return a0 / a1;
}