Compile gcc.dg/vect/pr68305.c with -mavx2 for x86 target
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr68305.c
blob12297a934ff89a4df3f60bd38f58dee6d536d07f
1 /* { dg-do compile } */
2 /* { dg-additional-options "-O3" } */
3 /* { dg-additional-options "-mavx2" { target { i?86-*-* x86_64-*-* } } } */
5 int a, b;
7 void
8 fn1 ()
10 int c, d;
11 for (; b; b++)
12 a = a ^ !c ^ !d;