Skip to content

Workaround #34427 by using memset of 0 on ARM to set the discriminant. #36496

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

Merged
merged 1 commit into from
Sep 22, 2016

Conversation

pnkfelix
Copy link
Member

Workaround #34427 by using memset of 0 on ARM to set the discriminant.

@pnkfelix
Copy link
Member Author

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned nikomatsakis Sep 15, 2016
@rust-highfive
Copy link
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@eddyb
Copy link
Member

eddyb commented Sep 15, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 15, 2016

📌 Commit 6950242 has been approved by eddyb

@nikomatsakis nikomatsakis added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Sep 15, 2016
@nikomatsakis
Copy link
Contributor

Nominated for beta. The regr is marked as "stable-to-stable", so I guess it at least affects beta. =)

@pnkfelix pnkfelix added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Sep 15, 2016
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.
@bors
Copy link
Collaborator

bors commented Sep 17, 2016

⌛ Testing commit 6950242 with merge c954ea8...

@bors
Copy link
Collaborator

bors commented Sep 18, 2016

💔 Test failed - auto-linux-64-x-android-t

@brson
Copy link
Contributor

brson commented Sep 20, 2016

Failure looks legit. @pnkfelix can you give this another look?

@pnkfelix
Copy link
Member Author

@brson looking now

@pnkfelix pnkfelix force-pushed the workaround-issue-34427 branch from 6950242 to c41a806 Compare September 20, 2016 13:00
@pnkfelix
Copy link
Member Author

@dotdash pointed out that the size argument is target specific (which makes sense in hindsight). Trivial to fix, embarrassed I made the mistake.

@eddyb
Copy link
Member

eddyb commented Sep 20, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 20, 2016

📌 Commit c41a806 has been approved by eddyb

@bors
Copy link
Collaborator

bors commented Sep 20, 2016

⌛ Testing commit c41a806 with merge 1065ff4...

bors added a commit that referenced this pull request Sep 20, 2016
Workaround #34427 by using memset of 0 on ARM to set the discriminant.

Workaround #34427 by using memset of 0 on ARM to set the discriminant.
@bors
Copy link
Collaborator

bors commented Sep 21, 2016

💥 Test timed out

@pnkfelix
Copy link
Member Author

@bors retry

@pnkfelix pnkfelix mentioned this pull request Sep 21, 2016
@nikomatsakis nikomatsakis mentioned this pull request Sep 21, 2016
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.
@nikomatsakis nikomatsakis mentioned this pull request Sep 21, 2016
brson added a commit that referenced this pull request Sep 21, 2016
@brson brson added beta-accepted Accepted for backporting to the compiler in the beta channel. and removed beta-nominated Nominated for backporting to the compiler in the beta channel. labels Sep 21, 2016
@bors
Copy link
Collaborator

bors commented Sep 21, 2016

⌛ Testing commit c41a806 with merge 4f9812a...

bors added a commit that referenced this pull request Sep 21, 2016
Workaround #34427 by using memset of 0 on ARM to set the discriminant.

Workaround #34427 by using memset of 0 on ARM to set the discriminant.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants