-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: type..eq function not generated #23546
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
Comments
If |
Not a regression in 1.10, so marking for 1.11. |
Change https://golang.org/cl/89735 mentions this issue: |
Weird. This works:
But this doesn't:
|
Interesting. This doesn't work:
|
The fix is CL 91035. Build only with gccgo at the moment, as it hits issue #23546. Updates #23545. Change-Id: I3a1367bb31b04773d31f71016f8fd7bd1855d7b5 Reviewed-on: https://go-review.googlesource.com/89735 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Change https://golang.org/cl/122403 mentions this issue: |
Change https://golang.org/cl/122578 mentions this issue: |
What version of Go are you using (
go version
)?tip (e72e69a)
Does this issue reproduce with the latest release?
Yes, reproducible with Go 1.9, but not with Go 1.8.
What did you do?
https://play.golang.org/p/YoPVe0Td6KL
This code does not build with Go tip:
It builds with Go 1.8 and gccgo.
The text was updated successfully, but these errors were encountered: