-
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: missing wrapper function for call of literal method expression #22444
Comments
Looking at the compile -S output, it looks like we're not emitting a TEXT symbol for |
Bumping to Go 1.11. This is a long-standing issue that is only now technically an issue because we relaxed the Go spec in #9060. |
This is breaking the noopt builder, though. We should probably do something for that in 1.10. |
Change https://golang.org/cl/81775 mentions this issue: |
This test was added recently as a regress test for the spec relaxation in #9060, but doesn't work correctly yet. Disable for now to fix noopt builders. Updates #22444. Change-Id: I45c521ae0da7ffb0c6859d6f7220c59828ac6149 Reviewed-on: https://go-review.googlesource.com/81775 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@randall77 @mdempsky Is there anything else to do this on this issue for 1.10? |
@ianlancetaylor Oops, no. |
Change https://golang.org/cl/105044 mentions this issue: |
Just for the record, one of the interesting things about this issue is the particular repro case here only affects The difference is that |
https://play.golang.org/p/CE9RBX_L4Z results in:
See also #9060 .
The text was updated successfully, but these errors were encountered: