view gcc/testsuite/gcc.dg/pr28888.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-options "-O2 -ftree-vectorize" } */

static const unsigned char _c30[] =
  "statistic of allocated integer registers:";
void Out__LongInt ();
int
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;
}