https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125424
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Drea Pinski from comment #1) > The documentation says the result will saturate to smallest/largest value. > And NaNs will be converted to 0. So they make formerly UB defined? How do they lower it, like wrap the FP with MIN/MAX operations?
