view gcc/testsuite/gcc.c-torture/compile/pr53495.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 rtl-optimization/53495 */

int a, b, c, d, e, g;
static char
fn1 (char p1, int p2)
{
  return p1 || p2 < 0 || p2 >= 1 || 1 >> p2 ? p1 : 0;
}

static long long fn2 (int *, int);
static int fn3 ();
void
fn4 ()
{
  fn3 ();
  fn2 (&a, d);
}

long long
fn2 (int *p1, int p2)
{
  int f = -1L;
  for (; c <= 1; c++)
    {
      *p1 = 0;
      *p1 = fn1 (c, p2 ^ f);
    }
  a = 0;
  e = p2;
  return 0;
}

int
fn3 ()
{
  b = 3;
  for (; b; b--)
    c++;
  g = 0 >= c;
  return 0;
}