You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cuonglm
changed the title
internal compiler error for generic function on embedded struct
cmd/compile: internal compiler error for generic function on embedded struct
Aug 16, 2022
@mdempsky Hmm, it's actually my operation error. Without CL 428356, the program is built ok in non-unified at tip, so there must be other fix. I'm bisecting to find exact one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
https://go.dev/play/p/k1QHUywARe8
What did you expect to see?
It compile just fine on go 1.18
What did you see instead?
Compile error unless I uncomment line 47-51
The text was updated successfully, but these errors were encountered: