* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gcc.dg / 20060801-1.c
blob26cc7c21d85c63f6f65247e5acbccd071d5de63a
1 /* { dg-do compile { target { lp64 } } } */
2 /* { dg-options "-fPIC" } */
3 char *ptr = 0;
4 char array[100];
5 void
6 f()
8 ptr = &array[0x100000000ULL]; /* A 33-bit constant. */