Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr28839.c
blob6a215164c58c7493b2cc4c65c2166138e3b208ef
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -msse2 -ftree-vectorize -funswitch-loops" } */
4 static int ready[10];
5 void abort (void);
6 void test_once (int t,int t1)
8 int i, repeat;
9 for (i = 0; i < 10; i++)
11 ready[i] = 0;
12 if (t1)
13 if (b())
14 abort ();
16 if (t)
17 abort ();