16k-aligned statics crash rustc on Windows #135752
Labels
A-align
Area: alignment control (`repr(align(N))` and so on)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-repr
Area: the `#[repr(stuff)]` attribute
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-windows
Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Also reproduces on other ABIs, also gives
STATUS_ILLEGAL_INSTRUCTION
when building on Windows. Also applies to thread locals. Something somethingIMAGE_SCN_ALIGN_
stops at 8k and LLVM fails an assertion?Meta
rustc --version --verbose
:@rustbot label +I-crash +T-compiler +A-LLVM +E-needs-investigation +O-windows
The text was updated successfully, but these errors were encountered: