aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/980729-1.c
blob: 973372b2ea327714ad8acbe981edbbc81a0d937a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
static int
regex_compile ()
{
  int  c, c1;
  char str[6  + 1];
  c1 = 0;
  for (;;)
    {
      do { } while (0) ;
      if (c1 == 6 )
        break;
      str[c1++] = c;
    }
}