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

--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---
Looks fine for _Float16 with same option

int i;
_Float16 f;

void
foo (void)
{
  i *= 0 >= f;
}

Reply via email to