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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'm not really sure if we can optimize v<0 for floating point v even with
-fno-signed-zeros, isn't that option about allowing to optimize away x+0.0 and
similar to x?  I guess one can't guarantee that -0.0 won't appear though and
treating -0.0 < 0 as sometimes false and sometimes true could just break too
much stuff.

Reply via email to