view gcc/testsuite/gcc.c-torture/compile/pr53411.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

/* PR middle-end/53411 */
/* { dg-require-effective-target untyped_assembly } */

int a, b, c, d, e, f, g, h;
void fn1 (void);
int fn2 (void);

int
fn3 (x)
     int x;
{
  return a ? 0 : x;
}

void
fn4 (char x)
{
  int i, j, k;
  for (; e; e++)
    if (fn2 ())
      {
	f = 1;
	k = 0;
	for (; k <= 1; k++)
	  {
	    j = ~x;
	    i = f * j;
	    h = (fn3 (i | 0 <= c ^ 9L) != b | d) & 8;
	    g = x | 1;
	    fn1 ();
	  }
      }
  c = x;
}