Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
eddyb:issue-45662
Jan 26, 2018
Merged

rustc_trans: ignore trailing padding larger than 8 bytes.#47439
bors merged 1 commit into
rust-lang:masterfrom
eddyb:issue-45662

Conversation

@eddyb

Copy link
Copy Markdown
Contributor

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

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @michaelwoerister

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

@eddyb

Copy link
Copy Markdown
ContributorAuthor

r? @nagisa

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

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jan 15, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit fc89a22 has been approved by nagisa

@eddyb

Copy link
Copy Markdown
ContributorAuthor

@bors r=nagisa

@bors

bors commented Jan 16, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 9b95e91 has been approved by nagisa

@shepmastershepmaster 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.
Fixesrust-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:masterJan 26, 2018
@eddyb
eddyb deleted the issue-45662 branch January 26, 2018 22:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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

@eddyb@rust-highfive@nagisa@bors@kennytm@shepmaster@michaelwoerister