c++: wrong error due to std::initializer_list opt [PR116476]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr85793.c
blob9b5d5182002aab0749e92e2a90e1c5f26aa2cf66
1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_perm } */
4 int a, c, d;
5 long b[6];
6 void fn1() {
7 for (; a < 2; a++) {
8 c = 0;
9 for (; c <= 5; c++)
10 d &= b[a * 3];