-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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 compiler error with zero-size types #65808
Comments
git bisect points to https://go-review.googlesource.com/c/go/+/507295 cc @dr2chase |
Change https://go.dev/cl/568258 mentions this issue: |
@gopherbot please consider this for backport to 1.22; it is likely a regression from the expand_calls cleanup. I tested the backport already, the fix is targeted, low risk, and applies clean. |
Backport issue(s) opened: #68594 (for 1.22). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://go.dev/wiki/MinorReleases. |
Go version
go version go1.22.0 darwin/amd64
Output of
go env
in your module/workspace:What did you do?
This playground code.
What did you see happen?
I would expect it to compile (it does in Go 1.21).
What did you expect to see?
It does not:
The text was updated successfully, but these errors were encountered: