]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/gc: comma-ok assignments produce untyped bool as 2nd result
authorChris Manghane <cmang@golang.org>
Mon, 11 Aug 2014 23:11:55 +0000 (16:11 -0700)
committerChris Manghane <cmang@golang.org>
Mon, 11 Aug 2014 23:11:55 +0000 (16:11 -0700)
commit897f7a31fa040584f2c76d7901b9ef3257ca218f
tree958baa50dc4525fc2283e062e538f1b0a3a4c952
parentb5674a2b728d174bbd30be8e655b003528056d9f
cmd/gc: comma-ok assignments produce untyped bool as 2nd result

LGTM=rsc
R=gri, rsc
CC=golang-codereviews
https://golang.org/cl/127950043
src/cmd/gc/order.c
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
test/fixedbugs/issue8475.go [new file with mode: 0644]
test/named1.go