view gcc/testsuite/gcc.dg/torture/pr81181.c @ 138:fc828634a951

merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 08 Nov 2018 14:17:14 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* { dg-do compile } */

unsigned int lh;

void
ny (int t3, int ys, int rt, int p8)
{
  if (lh != 0)
    {
      if (0)
	{
oo:
	  do
	    {
	      rt = (p8 != 0) ? t3 : 0;
	      rt = (rt != 0 || lh != (unsigned int)ys);
	      rt += lh + ys;
	    }
	  while (t3 <= 0);

	  lh = ys;
	  ys = rt;
	}

      if (lh != 0)
	p8 = lh;
    }

  goto oo;
}