Closed
Description
Code
Meta
rustc --version --verbose
:
1.78.0-nightly (a4472498d 2024-02-15)
Error output
Can be seen in more detail in GitHub Actions workflow output logs:
Notes
This is a pretty low-level LLVM codegen error that does not really fit the bill of an internal rustc
compile error, as it happens at a layer below rustc
, but I picked this report template because it seems like a pretty "internal" issue with the Rust compiler nevertheless.
I didn't dive into the precise cause of this error at all, but judging from the error messages, it seems related to rustc
generating bad LLVM IR for the rustfft
crate.
On my CI setup, the issue only happens for Linux and macOS x64 targets. Windows x64 and Linux and macOS AArch64 targets build fine.
Metadata
Metadata
Assignees
Labels
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Category: This is a bug.Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Relevant to the compiler team, which will review and decide on the PR/issue.Issue expected to be fixed by the next major LLVM upgrade, or backported fixes