-
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
ICE with multiple fails #3822
Comments
#0 rust_task_fail (task=0x10250a1f0, expr=0x100ca7fc0 "Assertion llvm::LLVMGetPointerAddressSpace(val_ty(val)) == gc_box_addrspace failed", file=0x100ca7ed0 "/Users/jdm/src/rust/src/rustc/middle/trans/base.rs", line=270) at /Users/jdm/sr |
Fixed by jdm |
gitignore: ignore target as a symlink
tls_leak_main_thread_allowed: make test check target_thread_local Instead of ignoring the test entirely on some targets, make the test check the `target_thread_local` flag to determine whether `thread_local!` statics can be tracked by Miri and hence can have main-thread-TLS leaks ignored.
The compiler correctly warns that the second fail is unreachable, then an ICE occurs
The text was updated successfully, but these errors were encountered: