blob: 56a42a37b6e38c51adc33b1ba469f078644cc8f5 [file] [log] [blame]
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -msse2 -ftree-vectorize -funswitch-loops" } */
static int ready[10];
void abort (void);
void test_once (int t,int t1)
{
int i, repeat;
for (i = 0; i < 10; i++)
{
ready[i] = 0;
if (t1)
if (b())
abort ();
}
if (t)
abort ();
}