------- Comment #2 from pinskia at gcc dot gnu dot org  2006-08-25 05:16 -------
Testcase:
static int ready[10];
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 ();
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28839

Reply via email to