Skip to content
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

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

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
Collaborator

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
Contributor

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
Contributor

bors commented Sep 17, 2016

⌛ Testing commit 6950242 with merge c954ea8...

@bors
Copy link
Contributor

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
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
Contributor

bors commented Sep 20, 2016

📌 Commit c41a806 has been approved by eddyb

@bors
Copy link
Contributor

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
Contributor

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
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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