1  /* PR target/88195 */
       2  /* { dg-options "-mptwrite" } */
       3  
       4  void
       5  foo (void)
       6  {
       7    __builtin_ia32_ptwrite64 (1);	/* { dg-warning "implicit declaration of function" "" { target ia32 } } */
       8  }