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/internal/importer: fails with GOEXPERIMENT=unified on dev.boringcrypto #52623

Closed
mdempsky opened this issue Apr 29, 2022 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@mdempsky
Copy link
Member

On dev.boringcrypto, this is failing:

$ GOEXPERIMENT=unified go install std
$ GOEXPERIMENT=unified go test -run ImportStdLib cmd/compile/internal/importer
???: internal compiler error: assertion failed
...
@mdempsky mdempsky added the NeedsFix The path to resolution is known, but the work has not been done. label Apr 29, 2022
@mdempsky mdempsky added this to the Go1.19 milestone Apr 29, 2022
@mdempsky mdempsky self-assigned this Apr 29, 2022
@gopherbot
Copy link

Change https://go.dev/cl/403196 mentions this issue: cmd/compile: consistent unified IR handling of package unsafe

@golang golang locked and limited conversation to collaborators Jun 22, 2023
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

2 participants