Re: Go patch committed: Fix PR 65755 on GCC 5 branch

2015-04-17 Thread Ian Lance Taylor
On Tue, Apr 14, 2015 at 11:48 AM, Ian Lance Taylor wrote: > This patch to the GCC 5 branch fixes PR 65755. This is a conservative > patch for the branch. I will shortly apply a more complete, less > conservative, patch to trunk. This patch simply adds the receiver > type when producing the pkgp

Go patch committed: Fix PR 65755 on GCC 5 branch

2015-04-14 Thread Ian Lance Taylor
This patch to the GCC 5 branch fixes PR 65755. This is a conservative patch for the branch. I will shortly apply a more complete, less conservative, patch to trunk. This patch simply adds the receiver type when producing the pkgpath or the reflection string for a type defined within a method. I