Re: Go patch committed: Support alias to pointer type as method receiver

2019-02-01 Thread Ian Lance Taylor
On Wed, Jan 30, 2019 at 7:57 AM Ian Lance Taylor wrote: > > This patch by Ben Shi to the Go frontend fixes it to support an > aliases to a pointer type as a method receiver. This fixes > https://golang.org/issue/28252. Bootstrapped and ran Go testsuite on > x86_64-pc-linux-gnu. Committed to mai

Go patch committed: Support alias to pointer type as method receiver

2019-01-30 Thread Ian Lance Taylor
This patch by Ben Shi to the Go frontend fixes it to support an aliases to a pointer type as a method receiver. This fixes https://golang.org/issue/28252. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline. Ian Index: gcc/go/gofrontend/MERGE