https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559
Uroš Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
--- Comment #16 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Jakub Jelinek from comment #14)
> So, shall the backend emit different code for -ftrapping-math vs.
> -fno-trapping-math, perhaps by using the non-trapping insns for the latter
> for all comparisons (both scalar and vector)?
Maybe Honza (CC'd) has some ideas.