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

--- Comment #28 from Andreas Schwab <sch...@linux-m68k.org> ---
Reduced testcase for #c27:

int f1 (int);
int f2 (int);
int
foo (int f)
{
  return f1 (f) || f2 (f) != 0;
}

Reply via email to