PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / 20060801-1.c
blobc036acbec8042d551aa494d9ee82422a371ba3d6
1 /* { dg-do compile { target fpic } } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-options "-fPIC" } */
4 char *ptr = 0;
5 char array[100];
6 void
7 f()
9 ptr = &array[0x100000000ULL]; /* A 33-bit constant. */