-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: not lowered: v7, StructMake0 STRUCT #63433
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
A simple reproducer:
|
Ugh, how did I not see the mention?
|
@dr2chase Seems that we missed the helper for cleaning up |
Change https://go.dev/cl/534296 mentions this issue: |
yunginnanet
pushed a commit
to yunginnanet/go
that referenced
this issue
Oct 20, 2023
Do this by removing all stores of zero-sized anything. Fixes golang#63433. Change-Id: I5d8271edab992d15d02005fa3fe31835f2eff8fa Reviewed-on: https://go-review.googlesource.com/c/go/+/534296 Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com> Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Keith Randall <khr@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
no
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://go.dev/play/p/YE9SPKldInU?v=gotip
This reproduction was extracted from github.com/juju/utils/v3/shell.
https://github.com/juju/utils/tree/v3.0.2/shell
What did you expect to see?
build succeeds
What did you see instead?
bisected
b72bbae
The text was updated successfully, but these errors were encountered: