summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr85164-1.c
blob: 4c5995e88756a7b90eec96b8c9d463b007fb10e4 (plain)
1
2
3
4
5
6
7
/* { dg-options "-O2 -w" } */
a[];
b;
c() {
  unsigned long d;
  b = a[d - 1 >> 3];
}