blob: db1aaf016cd44945095160b847797ef67c64352d [file] [log] [blame]
/* PR target/71763 */
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_altivec_ok } */
int main ()
{
__builtin_vec_st (); /* { dg-error "too few arguments to function" } */
}