error: failed to parse bitcode for LTO module: Invalid cast #110707
Labels
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
PG-portable-simd
Project group: Portable SIMD (https://github.com/rust-lang/project-portable-simd)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Compiling the following in release on the recent nightlies causes a crash. Note that compiling in debug succeeds.
Code
Meta
rustc --version --verbose
:Error output
If the
round_many
function is uncommented, rustc instead crashes with an illegal instructionBisect
searched nightlies: from nightly-2023-04-17 to nightly-2023-04-23
regressed nightly: nightly-2023-04-18
searched commit range: d0f204e...7908a1d
regressed commit: 5546cb6
bisected with cargo-bisect-rustc v0.6.6
Host triple: x86_64-unknown-linux-gnu
Reproduce with:
The text was updated successfully, but these errors were encountered: