]> Cypherpunks repositories - gostls13.git/commit
cmd/5c: fix handling of side effects when assigning a struct literal.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 12 Jan 2013 08:16:50 +0000 (09:16 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 12 Jan 2013 08:16:50 +0000 (09:16 +0100)
commitc13866db7feaa9bcd3398184f8722aca23b1a26f
treec76ea27f4f422e21d47ee392d152de9864ec03ba
parentdc75670ae244a3f26771288d82eefc819b1e6716
cmd/5c: fix handling of side effects when assigning a struct literal.

Also undo revision a5b96b602690 used to workaround the bug.

Fixes #4643.

R=rsc, golang-dev, dave, minux.ma, lucio.dere, bradfitz
CC=golang-dev
https://golang.org/cl/7090043
src/cmd/5c/cgen.c
src/pkg/runtime/mgc0.c