]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix spurious 'use of untyped nil' error
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Thu, 27 Mar 2014 17:47:00 +0000 (18:47 +0100)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Thu, 27 Mar 2014 17:47:00 +0000 (18:47 +0100)
commit21b2e168424ee28bd20f7886ab53f68513857fa2
tree29032e253127de77349603311d90829f1cb2db6e
parent6119dc1b52c550c47aa42b8b10b1760f7cad5d5d
cmd/gc: fix spurious 'use of untyped nil' error

Fixes #6402

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/81340044
src/cmd/gc/const.c
test/fixedbugs/issue6402.go [new file with mode: 0644]