11 lines
196 B
C
11 lines
196 B
C
|
/* 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" } */
|
||
|
|
||
|
}
|
||
|
|