https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107283
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Component|tree-optimization |target Target| |x86_64-*-* i?86-*-* Last reconfirmed| |2022-10-17 Version|unknown |13.0 Status|UNCONFIRMED |NEW Blocks| |53947 --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- More like a target issue. Note that u/int64_t when it doesn't fit float32_t eventually would need to raise a different exception than the float64_t -> float32_t Inf result does so the trick might not be fully IEEE conforming. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 [Bug 53947] [meta-bug] vectorizer missed-optimizations