rustc/llvm segfault when compiling the float-cmp crate with -Ctarget-feature=sse2 #76214
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Code
mikedilger/float-cmp@c28b1c8
Meta
rustc --version --verbose
:Error output
No backtrace.
Same error on
rustc 1.48.0-nightly (d006f5734 2020-08-28)
-Ctarget-feature=sse2
or-Ctarget-feature=-sse2
produce an error.-Ctarget-feature=+sse2
is not.No error on hello world app.
The text was updated successfully, but these errors were encountered: