view gcc/testsuite/gcc.c-torture/compile/pr90275.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
line wrap: on
line source

a, b, c;

long long d;

e() {

  char f;

  for (;;) {

    c = a = c ? 5 : 0;

    if (f) {

      b = a;

      f = d;

    }

    (d || b) < (a > e) ?: (b ? 0 : f) || (d -= f);

  }

}