gcc/gcc/testsuite/gcc.dg/pr85164-1.c

8 lines
86 B
C

/* { dg-options "-O2 -w" } */
a[];
b;
c() {
unsigned long d;
b = a[d - 1 >> 3];
}