aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr83488-3.c
blob: 7256749722bbb664e0db671f305970d2d8005b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR target/83488 */
/* { dg-do compile } */
/* { dg-options "-mno-avx -mavx512vnni -mno-avx512vl" } */

typedef int __v8si __attribute__((vector_size (32)));

void
foo (__v8si *a, __v8si *b, __v8si *c, __v8si *d)
{
  *a = __builtin_ia32_vpdpbusd_v8si (*b, *c, *d);	/* { dg-error "needs isa option" } */
}