[Bug sanitizer/87453] Maybe implement -fsanitize=float-cast-overflow and -fsanitize=float-divide-by-zero

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 27 13:29:00 GMT 2018


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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Explanation of the options.

  -  ``-fsanitize=float-cast-overflow``: Conversion to, from, or
     between floating-point types which would overflow the
     destination.
  -  ``-fsanitize=float-divide-by-zero``: Floating point division by
     zero.


More information about the Gcc-bugs mailing list