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

std: Update compiler-rt for more ABI fixes #37691

Merged
merged 1 commit into from
Nov 11, 2016

Conversation

alexcrichton
Copy link
Member

This update of compiler-rt includes rust-lang/compiler-rt#26 which provides a
targeted fix to the powisf2 intrinsics to keep #37559 fixed but also address
the new issue of #37630. I've also written up my thoughts on why it appears
that this is the correct fix for now (hoepfully at least).

Closes #37630

This update of compiler-rt includes rust-lang/compiler-rt#26 which provides a
targeted fix to the powisf2 intrinsics to keep rust-lang#37559 fixed but also address
the new issue of rust-lang#37630. I've also [written up my thoughts][1] on why it appears
that this is the correct fix for now (hoepfully at least).

Closes rust-lang#37630

[1]: rust-lang/compiler-rt#26 (comment)
@rust-highfive
Copy link
Collaborator

r? @aturon

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

@alexcrichton
Copy link
Member Author

Nominating for beta as this is a stable-to-stable regression

@alexcrichton alexcrichton added beta-nominated Nominated for backporting to the compiler in the beta channel. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels Nov 10, 2016
@brson
Copy link
Contributor

brson commented Nov 11, 2016

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Nov 11, 2016

📌 Commit 2743128 has been approved by brson

@brson brson added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Nov 11, 2016
@bors
Copy link
Contributor

bors commented Nov 11, 2016

⌛ Testing commit 2743128 with merge 3ac9ec7...

bors added a commit that referenced this pull request Nov 11, 2016
std: Update compiler-rt for more ABI fixes

This update of compiler-rt includes rust-lang/compiler-rt#26 which provides a
targeted fix to the powisf2 intrinsics to keep #37559 fixed but also address
the new issue of #37630. I've also [written up my thoughts][1] on why it appears
that this is the correct fix for now (hoepfully at least).

Closes #37630

[1]: rust-lang/compiler-rt#26 (comment)
@bors bors merged commit 2743128 into rust-lang:master Nov 11, 2016
@alexcrichton alexcrichton deleted the update-compiler-rt branch November 11, 2016 22:01
@rillian
Copy link
Contributor

rillian commented Nov 16, 2016

@alexcrichton Has this landed on beta yet? I don't see it in the commit log.

@alexcrichton
Copy link
Member Author

@rillian AFAIK no

@rillian
Copy link
Contributor

rillian commented Nov 16, 2016

@alexcrichton Ok, thanks for checking. Does the beta-accepted tag mean bors will land it, or should I submit a PR? We want this so we can update the gecko builders.

@alexcrichton
Copy link
Member Author

Ah this doesn't happen automatically, we do so periodically from time to time. I've done so here: #37815

@brson brson removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Nov 16, 2016
brson added a commit that referenced this pull request Nov 16, 2016
@rillian
Copy link
Contributor

rillian commented Nov 16, 2016

Thanks Alex!

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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[beta] librand unreachable pattern on armv7-unknown-linux-gnueabihf
6 participants