Unexpected non-scalars in outputs of asm!
cause rustc to dump core
#37435
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
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.
Unexpected non-scalars in outputs of
asm!
cause rustc to dump core. (Doing this inputs causes a different problem; see #37433).To reproduce:
I get:
Meta
rustc --version --verbose
:rustc 1.14.0-nightly (c59cb71 2016-10-26)
binary: rustc
commit-hash: c59cb71
commit-date: 2016-10-26
host: x86_64-unknown-linux-gnu
release: 1.14.0-nightly
LLVM version: 3.9
No backtrace was produced (core dumped).
The text was updated successfully, but these errors were encountered: