2 /* { dg-options "-O2 -fpic" } */
4 extern void abort (void);
5 extern void exit (int);
7 static const long foo
[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
9 long __attribute__((noinline
))
12 return foo
[x
- 0x6ffffffa];
18 if (bar (0x6ffffffc) != 2)