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

Roger Sayle <roger at nextmovesoftware dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roger at nextmovesoftware dot 
com

--- Comment #26 from Roger Sayle <roger at nextmovesoftware dot com> ---
I've just seen the proposed patch posted, which explains these instructions
should only trap in the presence of signaling NaNs.  So I believe the correct
test sould be !(flag_trapping_math && flag_signaling_nans).  Unfortunately,
this still means you need to use -Ofast (or equivalent) to generate these
instructions.

Reply via email to