]> Cypherpunks repositories - gostls13.git/commit
gc: handle use of builtin function outside function call
authorRuss Cox <rsc@golang.org>
Fri, 21 May 2010 05:57:08 +0000 (22:57 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 21 May 2010 05:57:08 +0000 (22:57 -0700)
commit709c5b248115ed8763d876737a6a6104be661211
treec28da8454043e0ff5758704036d1e3a0ba31498f
parentb03d7f4d8f0fcecb6756d414cc1c0ea9b80e31b6
gc: handle use of builtin function outside function call
tweaks & tests of last bug fix too.

R=ken2
CC=golang-dev
https://golang.org/cl/1207044
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
test/fixedbugs/bug208.go
test/varerr.go [new file with mode: 0644]