-
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: ICE when unpacking arguments of variadic generic function #51925
Labels
FrozenDueToAge
generics
Issue is related to generics
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
Comments
CC @dr2chase |
CC @randall77 |
The error message here looks similar to #51909, though I have not confirmed that this is a dupe. |
Prints the expected output with |
Change https://go.dev/cl/395854 mentions this issue: |
ping: this is a release blocker that hasn't been updated in a while. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
generics
Issue is related to generics
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Link on go.dev/play: https://go.dev/play/p/VgkIIishLsB
Complete runnable program:
What did you expect to see?
Expected output:
What did you see instead?
The text was updated successfully, but these errors were encountered: