[Bug middle-end/93806] Wrong optimization: instability of floating-point results with -funsafe-math-optimizations leads to nonsense
bugdal at aerifal dot cx
gcc-bugzilla@gcc.gnu.org
Fri Feb 21 02:04:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93806
--- Comment #14 from Rich Felker <bugdal at aerifal dot cx> ---
Indeed, without Anenx F, division by zero is UB, so it's fine to do anything if
the program performs division by zero. So we need examples without division by
zero.
More information about the Gcc-bugs
mailing list