Add test for fn pointer duplication. by cjgillot · Pull Request #123714 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation3 Commits3 Checks6 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

cjgillot

I managed to make it fail when removing provenance checks in GVN.

cc #123670

r? @oli-obk

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Apr 10, 2024

RalfJung

@@ -0,0 +1,21 @@
//! Verify that we correctly handle fn pointer provenance in MIR optimizations.
//! By asking to inline `static_fnptr::bar`, we have two copies of `static_fnptr::foo`, one in the
//! auxiliary crate and one in the local crate CGU.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to rely on foo being automatically marked as inline? Does inline(never) on foo make the issue go away?

If yes it'd be better to mark it as inline explicitly to avoid rely on the auto-inline heuristic.

@oli-obk oli-obk added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

May 2, 2024

@cjgillot cjgillot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Jun 2, 2024

wesleywiser

@wesleywiser

@bors

📌 Commit 4c779d7 has been approved by wesleywiser

It is now in the queue for this repository.

@bors bors 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

Jun 27, 2024

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Jun 27, 2024

@GuillaumeGomez

Add test for fn pointer duplication.

I managed to make it fail when removing provenance checks in GVN.

cc rust-lang#123670

r? @oli-obk

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 27, 2024

@bors

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jun 27, 2024

@matthiaskrgr

Add test for fn pointer duplication.

I managed to make it fail when removing provenance checks in GVN.

cc rust-lang#123670

r? @oli-obk

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 27, 2024

@bors

jhpratt added a commit to jhpratt/rust that referenced this pull request

Jun 28, 2024

@jhpratt

Add test for fn pointer duplication.

I managed to make it fail when removing provenance checks in GVN.

cc rust-lang#123670

r? @oli-obk

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jun 28, 2024

@matthiaskrgr

Add test for fn pointer duplication.

I managed to make it fail when removing provenance checks in GVN.

cc rust-lang#123670

r? @oli-obk

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 28, 2024

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 28, 2024

@bors

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Jun 28, 2024

@GuillaumeGomez

Add test for fn pointer duplication.

I managed to make it fail when removing provenance checks in GVN.

cc rust-lang#123670

r? @oli-obk

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 28, 2024

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 28, 2024

@bors

…llaumeGomez

Rollup of 10 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 28, 2024

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 28, 2024

@bors

…iaskrgr

Rollup of 11 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 29, 2024

@bors

…iaskrgr

Rollup of 11 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 29, 2024

@bors

…iaskrgr

Rollup of 11 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Jun 29, 2024

@rust-timer

Rollup merge of rust-lang#123714 - cjgillot:static-fnptr, r=wesleywiser

Add test for fn pointer duplication.

I managed to make it fail when removing provenance checks in GVN.

cc rust-lang#123670

r? @oli-obk

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.