1 /* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
2 /* { dg-require-effective-target maybe_x32 } */
3 /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */
5 extern void bar (void);
14 /* { dg-final { scan-assembler "call\[ \t\]*.bar@GOTPCREL" } } */