PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr69820.c
blob8ce9778f9c4984726951c43ac074df94b1000ed2
1 /* PR target/69820 */
2 /* { dg-do compile } */
3 /* { dg-options "-O3 -mavx512f -mno-avx512bw" } */
5 int a[100], b[100];
6 short c[100];
8 void
9 foo ()
11 int i;
12 for (i = 0; i < 100; ++i)
13 b[i] = a[i] * (_Bool) c[i];