SIGSEGV during compilation when taking address of extern x86-interrupt fn #67674
Labels
A-codegen
Area: Code generation
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
yields
Interestingly, it seems like
#[repr(C)]
is load-bearing? No crash without arepr
on the argument type. Also no crash if the argument is zero-sized (even with#[repr(C)]
).The text was updated successfully, but these errors were encountered: