1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-require-effective-target pie_copyreloc } */
3 /* { dg-options "-O2 -fpie" } */
5 /* Uninitialized common symbol with -fpie. */
14 /* { dg-final { scan-assembler "movl\[ \t\]xxx\\(%rip\\), %eax" { target { ! ia32 } } } } */
15 /* { dg-final { scan-assembler-not "xxx@GOTPCREL" { target { ! ia32 } } } } */