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;
}
crazylht at gmail dot com via Gcc-bugs Thu, 20 Oct 2022 01:52:15 -0700
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;
}