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.