[Bug target/106030] ice in emit_move_insn, at expr.cc:4026

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 20 12:11:47 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106030

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Deobfuscated:

int a, b, c;

char
foo (int x, int y)
{
  return x * y;
}

void
bar (void)
{
  char d = (foo <= b) * a;
  c = foo (2 != bar, d);
}


More information about the Gcc-bugs mailing list