steam_lover@sh.itjust.works to Rust Programming@lemmy.ml · 1 month agoAnnouncing Rust 1.97.0blog.rust-lang.orgexternal-linkmessage-square2linkfedilinkarrow-up116arrow-down10
arrow-up116arrow-down1external-linkAnnouncing Rust 1.97.0blog.rust-lang.orgsteam_lover@sh.itjust.works to Rust Programming@lemmy.ml · 1 month agomessage-square2linkfedilink
minus-squarejplatte@discuss.tchncs.delinkfedilinkarrow-up1·30 days agoNote: A new optimization seems to trigger a latent LLVM bug affecting x86-64 (and maybe x86 too) that can lead to miscompilations https://github.com/rust-lang/rust/issues/159035 I would hold off on upgrading anything important.
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up2·30 days ago Oh no. @theemathas’s new reproducer is also miscompiling in 1.96 Apparently the bug exists since 1.86 or so
Note: A new optimization seems to trigger a latent LLVM bug affecting x86-64 (and maybe x86 too) that can lead to miscompilations https://github.com/rust-lang/rust/issues/159035
I would hold off on upgrading anything important.
Apparently the bug exists since 1.86 or so