Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr70325.c
blob8b307399333ef44def305343d37930d88a5eda36
1 /* PR target/70325 */
2 /* { dg-do compile } */
3 /* { dg-options "-fpermissive -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" } */