1  /* { dg-do compile { target ia32 } } */
       2  /* { dg-options "-O2" } */
       3  
       4  void foo (long long ixi)
       5  {
       6    if (ixi != 14348907)
       7      __builtin_abort ();
       8  }
       9  
      10  /* { dg-final { scan-assembler-times "mov" 1 { target nonpic } } } */
      11  /* get_pc_thunk adds an extra mov insn.  */
      12  /* { dg-final { scan-assembler-times "mov" 2 { target { ! nonpic } } } } */