No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / 20061127-1.c
blobec94dc8c3f8508aa03cfd9fcff0c25a3cde03a2e
1 /* { dg-do compile { target lp64 } } */
2 /* { dg-options "-O1 -fPIC" } */
4 /* PR target/29319 */
6 extern void abort(void);
7 static char l_info[100];
9 void
10 bug1 (unsigned long tag)
12 char *info = l_info;
13 info[tag - 0x100000000 + 1] = 1;
16 void
17 bug2 (unsigned long tag)
19 char *info = l_info;
20 info[tag - 0x700000000 + 2] = 2;
23 void
24 bug3 (unsigned long tag)
26 char *info = l_info;
27 info[tag - 0x100000000 + 1] = 3;