view gcc/testsuite/gcc.dg/torture/pr80876.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 } */

int sy;

void
fo (char o5)
{
  char yh = 0;

  if (o5 == 0)
    return;

  while (o5 != 0)
    if (0)
      {
	while (yh != 0)
	  {
	    o5 = 0;
	    while (o5 < 2)
	      {
		sy &= yh;
		if (sy != 0)
		  {
km:
		    sy = yh;
		  }
	      }
	    ++yh;
	  }
      }
    else
      {
	o5 = sy;
	goto km;
      }
}

void
on (void)
{
  fo (sy);
}