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" } */
       4  
       5  extern void bar (void);
       6  
       7  void
       8  foo (void)
       9  {
      10    bar ();
      11  }
      12  
      13  /* { dg-final { scan-assembler "jmp\[ \t\]*.bar@GOTPCREL" } } */