]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: diagnose '_ = nil' better
authorRuss Cox <rsc@golang.org>
Mon, 9 Sep 2013 16:49:39 +0000 (12:49 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 9 Sep 2013 16:49:39 +0000 (12:49 -0400)
commit903c2fda18825f1f8b276c92325f84f52bc71071
treee2978fbb2b784ffe4cc4b16d1085967a2cf9c19e
parent85195e2ccfcba41f1d0a4c8a6e1db6b3b6cc9691
cmd/gc: diagnose '_ = nil' better

Fixes #6004.

R=ken2
CC=golang-dev
https://golang.org/cl/13616044
src/cmd/gc/subr.c
test/fixedbugs/issue6004.go [new file with mode: 0644]