-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Segfault when using llvm_asm memory constraint #87612
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
C-bug
Category: This is a bug.
Comments
I'm not sure if we're still tracking |
I'm in favor of closing all |
Practically speaking, nobody is working on improving/fixing |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jan 27, 2022
Remove deprecated LLVM-style inline assembly The `llvm_asm!` was deprecated back in rust-lang#87590 1.56.0, with intention to remove it once `asm!` was stabilized, which already happened in rust-lang#91728 1.59.0. Now it is time to remove `llvm_asm!` to avoid continued maintenance cost. Closes rust-lang#70173. Closes rust-lang#92794. Closes rust-lang#87612. Closes rust-lang#82065. cc `@rust-lang/wg-inline-asm` r? `@Amanieu`
bjorn3
pushed a commit
to bjorn3/rust
that referenced
this issue
Feb 23, 2022
Remove deprecated LLVM-style inline assembly The `llvm_asm!` was deprecated back in rust-lang#87590 1.56.0, with intention to remove it once `asm!` was stabilized, which already happened in rust-lang#91728 1.59.0. Now it is time to remove `llvm_asm!` to avoid continued maintenance cost. Closes rust-lang#70173. Closes rust-lang#92794. Closes rust-lang#87612. Closes rust-lang#82065. cc `@rust-lang/wg-inline-asm` r? `@Amanieu`
calebcartwright
pushed a commit
to calebcartwright/rust
that referenced
this issue
Mar 30, 2022
Remove deprecated LLVM-style inline assembly The `llvm_asm!` was deprecated back in rust-lang#87590 1.56.0, with intention to remove it once `asm!` was stabilized, which already happened in rust-lang#91728 1.59.0. Now it is time to remove `llvm_asm!` to avoid continued maintenance cost. Closes rust-lang#70173. Closes rust-lang#92794. Closes rust-lang#87612. Closes rust-lang#82065. cc `@rust-lang/wg-inline-asm` r? `@Amanieu`
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I tried this code:
I expected to see this happen:
Instead, this happened:
Meta
rustc --version --verbose
:Backtrace
GDB Backtrace
The text was updated successfully, but these errors were encountered: