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

cmd/compile: field tracking is broken again #20316

Closed
dsnet opened this issue May 10, 2017 · 3 comments
Closed

cmd/compile: field tracking is broken again #20316

dsnet opened this issue May 10, 2017 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@dsnet
Copy link
Member

dsnet commented May 10, 2017

Previously broke in #20014

Field tracking is broken again by https://go-review.googlesource.com/40864

The failure can be reproduced by running this test tool: https://godoc.org/rsc.io/tmp/fieldtrack

/cc @josharian

@dsnet dsnet added the NeedsFix The path to resolution is known, but the work has not been done. label May 10, 2017
@dsnet dsnet added this to the Go1.9 milestone May 10, 2017
@dsnet
Copy link
Member Author

dsnet commented May 10, 2017

We really need the builders to test this... :/
\cc @bradfitz

@gopherbot
Copy link

CL https://golang.org/cl/43151 mentions this issue.

@dsnet
Copy link
Member Author

dsnet commented May 10, 2017

@ianlancetaylor and @mdempsky suggested making this a compiler flag so that we dont need to rebuild the entire toolchain just test this. Would be significant step into making this tested by the builders.

@golang golang locked and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants