-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIGSEGV compiling AVX-512 inline asm #66223
Comments
Please try with a LLVM build that has assertions enabled. |
As requested, I just built the latest rustc (475c713) from source, with LLVM assertions enabled.
It is worth noting that this only occurs when building with |
I think this issue should be fixed by #67759. |
This issue does not apply to the new The legacy |
This (possibly invalid?) inline asm below segfaults the compiler:
Playground link
Rust version: rustc 1.40.0-nightly (1423bec 2019-11-05)
Backtrace
The text was updated successfully, but these errors were encountered: