ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/powerpc/pr71297.c

11 lines
196 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* 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" } */
}