Re: Go patch RFA: Fix taking the address of a field of a local variable

2012-06-11 Thread Richard Guenther
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

Go patch RFA: Fix taking the address of a field of a local variable

2012-06-07 Thread Ian Lance Taylor
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