]> Cypherpunks repositories - gostls13.git/commit
cmg/gc: Fix evaluation order of map indexing during multiple assignments
authorDaniel Morsing <daniel.morsing@gmail.com>
Sat, 2 Feb 2013 11:39:04 +0000 (12:39 +0100)
committerDaniel Morsing <daniel.morsing@gmail.com>
Sat, 2 Feb 2013 11:39:04 +0000 (12:39 +0100)
commit5ea52a4d91fd45a2a727a4f6cca96d08cb2960f2
tree32a02a8f7b3f2d3832441bbb95daa9c8fabb6997
parent8931306389c5b9a19b9b90cc7e263782edcaf579
cmg/gc: Fix evaluation order of map indexing during multiple assignments

Fixes #4620.

R=rsc
CC=golang-dev
https://golang.org/cl/7241051
src/cmd/gc/walk.c
test/fixedbugs/issue4620.go [new file with mode: 0644]