1  /* PR target/71763 */
       2  /* { dg-do compile } */
       3  /* { dg-require-effective-target powerpc_altivec_ok } */
       4  
       5  int main ()
       6  {
       7    __builtin_vec_st (); /* { dg-error "too few arguments to function" } */
       8  
       9  }
      10