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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
int
testf (int f, int s)
{
  int ret = 0;
  if (f)
    ret = s / (f ? (unsigned long) 8 : 0);
  return ret;
}

Reply via email to