view gcc/testsuite/gcc.dg/graphite/pr84057.c @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 84e7813d76e9
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-options "-O2 -fgraphite -funroll-loops -fno-tree-ccp -fno-tree-dce" } */

int ue;

void
fr (int ct)
{
  int au = 0;
  int *ra = &au;

  while (au < 1)
    {
      au -= 0x7878788;
      if (au != ct && ue != 0)
	{
	  while (au < 1)
	    {
	    }

fc:
	  while (ct != 0)
	    {
	    }
	}
    }

  for (au = 0; au < 2; ++au)
    if (ct != 0)
      goto fc;
}