[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr70325.c
blobe2b9342658c3efe2e91fb69d336a9ab52c38dc46
1 /* PR target/70325 */
2 /* { dg-do compile } */
3 /* { dg-options "-mavx512vl -O2" } */
5 typedef char C __attribute((__vector_size__(32)));
6 typedef int I __attribute((__vector_size__(32)));
8 void
9 f(int a,I b)
11 __builtin_ia32_storedquqi256_mask((C*)f,(C)b,a); /* { dg-warning "implicit declaration of function" } */