view gcc/testsuite/gcc.dg/graphite/pr84057.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +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;
}