rustc segfault when using a function as input to asm! #68136
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
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.
Using rustc nightly
the following two code samples cause rustc to crash.
Here's a rustc backtrace for the first.
Here's the backtrace for the second.
The text was updated successfully, but these errors were encountered: