On Thu, Jun 7, 2012 at 10:08 AM, Ian Lance Taylor wrote:
> This patch to the Go compiler fixes the case of taking the address of a
> field of a local variable. Previously taking the address of the field
> was not treated as taking the address of the variable. But, of course,
> it is. This patch
This patch to the Go compiler fixes the case of taking the address of a
field of a local variable. Previously taking the address of the field
was not treated as taking the address of the variable. But, of course,
it is. This patch fixes the problem. Bootstrapped and ran Go testsuite
on x86_64-u