aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr28888.c
blob: c65a26a08748aeac548716912699494f8f86f26a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* { dg-do compile } */
/* { dg-options "-O2 -ftree-vectorize" } */

static const unsigned char _c30[] =
  "statistic of allocated integer registers:";
Allocate__WriteStats (void)
{
  register int i0, i1, i2, i3, i4, i5;
l0:i1 = (int) (i5 << 2);
  if (i0)
  i4 = i5;
l1:i2 += i1;
  if (i1)
  goto l0;
l3:i0 = i1 == 255;
  i1++;
  Out__LongInt ((int) i0, (int) 0);
  i0 = i4 >= i1;
  if (i0)
    goto l3;
}