On Thu, Jun 7, 2012 at 10:08 AM, Ian Lance Taylor <i...@google.com> 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 fixes the problem. Bootstrapped and ran Go testsuite > on x86_64-unknown-linux-gnu. Committed to mainline. > > OK for 4.7 branch? This is a real bug, bad runtime code generated for > valid Go code.
Ok for 4.7.2, thus after 4.7.1 has been released. Thanks, Richard. > Ian >