]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: check duplicate keys in maps with interface{} key type
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Fri, 4 Apr 2014 14:46:23 +0000 (16:46 +0200)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Fri, 4 Apr 2014 14:46:23 +0000 (16:46 +0200)
commit3072df5c1d04e44dbe388e966801a3913c53a720
tree0983ab0d66cefb359479758a0415c6773368967e
parentc6a41a35590121a7bbcaa26c44d69dcc7991089b
cmd/gc: check duplicate keys in maps with interface{} key type

Fixes #7214

LGTM=rsc
R=golang-codereviews, bradfitz, rsc
CC=golang-codereviews, minux.ma
https://golang.org/cl/82080044
src/cmd/gc/typecheck.c
test/fixedbugs/issue7214.go [new file with mode: 0644]