view gcc/testsuite/gcc.dg/torture/pr82157.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 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z;

int aa ()
{ 
  w = f < 0 || e >> f;
  while (z)
    h = i && (r && p) | ((l = p) == c % d);
  k = v + 1 < a;
  t = -(j < 1) * q;
  return u;
}

int ab ()
{ 
  for (j = 0; 1; j = 5)
    if (!s)
      return d;
}

void ac ()
{ 
  char ad = aa ();
  ab ();
  if (x)
    { 
      for (m = 0; m < 3; m = a)
	{ 
	  y = a && b;
	  if (g)
	    break;
	}
      n = j;
    }
  o = j & ad;
}

int main ()
{ 
  ac ();
  return 0;
}