Workaround #34427 by using memset of 0 on ARM to set the discriminant.#36496
Merged
bors merged 1 commit intorust-lang:masterfrom Sep 22, 2016
Merged
Workaround #34427 by using memset of 0 on ARM to set the discriminant.#36496bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
Author
|
r? @eddyb |
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
eddyb
approved these changes
Sep 15, 2016
Member
|
@bors r+ |
Collaborator
|
📌 Commit 6950242 has been approved by |
Contributor
|
Nominated for beta. The regr is marked as "stable-to-stable", so I guess it at least affects beta. =) |
sophiajt
pushed a commit
to sophiajt/rust
that referenced
this pull request
Sep 15, 2016
…eddyb Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant. Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Sep 17, 2016
…eddyb Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant. Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant.
Collaborator
|
⌛ Testing commit 6950242 with merge c954ea8... |
Collaborator
|
💔 Test failed - auto-linux-64-x-android-t |
Contributor
|
Failure looks legit. @pnkfelix can you give this another look? |
Contributor
Author
|
@brson looking now |
6950242 to
c41a806
Compare
Contributor
Author
|
@dotdash pointed out that the size argument is target specific (which makes sense in hindsight). Trivial to fix, embarrassed I made the mistake. |
Member
|
@bors r+ |
Collaborator
|
📌 Commit c41a806 has been approved by |
Collaborator
Collaborator
|
💥 Test timed out |
Contributor
Author
|
@bors retry |
Merged
Closed
sophiajt
pushed a commit
to sophiajt/rust
that referenced
this pull request
Sep 21, 2016
…eddyb Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant. Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant.
Merged
brson
added a commit
that referenced
this pull request
Sep 21, 2016
Collaborator
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Workaround #34427 by using memset of 0 on ARM to set the discriminant.