1 /* { dg-do compile { target fpic } } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-options "-O1 -fPIC" } */
7 extern void abort(void);
8 static char l_info
[100];
11 bug1 (unsigned long tag
)
14 info
[tag
- 0x100000000 + 1] = 1;
18 bug2 (unsigned long tag
)
21 info
[tag
- 0x700000000 + 2] = 2;
25 bug3 (unsigned long tag
)
28 info
[tag
- 0x100000000 + 1] = 3;