[Bug tree-optimization/106967] [13 Regression] ICE in upper_bound, at value-range.h:348 since r13-2713-g917461478d3bb733
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 20 09:24:27 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106967
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Dunno about PRE, but generally, one can't rule out NaNs or infinities in the IL
when -ffinite-math-only, all we can say is if those appear, it is undefined
behavior. So, we can't ICE on those, but we are free to optimize as if those
paths weren't there.
More information about the Gcc-bugs
mailing list