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

rustc_trans: ignore trailing padding larger than 8 bytes. #47439

Merged
merged 1 commit into from
Jan 26, 2018

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Jan 15, 2018

Fixes #45662 by ignoring a missing second register component, as it could be entirely padding.

@rust-highfive
Copy link
Collaborator

r? @michaelwoerister

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

@eddyb
Copy link
Member Author

eddyb commented Jan 15, 2018

r? @nagisa

@kennytm kennytm added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 15, 2018
@nagisa
Copy link
Member

nagisa commented Jan 15, 2018

@bors r+

@bors
Copy link
Contributor

bors commented Jan 15, 2018

📌 Commit fc89a22 has been approved by nagisa

@eddyb
Copy link
Member Author

eddyb commented Jan 16, 2018

@bors r=nagisa

@bors
Copy link
Contributor

bors commented Jan 16, 2018

📌 Commit 9b95e91 has been approved by nagisa

@shepmaster shepmaster added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 20, 2018
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 25, 2018
rustc_trans: ignore trailing padding larger than 8 bytes.

Fixes rust-lang#45662 by ignoring a missing second register component, as it could be entirely padding.
bors added a commit that referenced this pull request Jan 26, 2018
@bors bors merged commit 9b95e91 into rust-lang:master Jan 26, 2018
@eddyb eddyb deleted the issue-45662 branch January 26, 2018 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants