summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug208.go
AgeCommit message (Collapse)AuthorFilesLines
2010-05-20gc: handle use of builtin function outside function callRuss Cox1-2/+2
tweaks & tests of last bug fix too. R=ken2 CC=golang-dev http://codereview.appspot.com/1207044
2009-10-08add & fix bug208, from ken.Russ Cox1-0/+20
fix bug198. R=ken OCL=35504 CL=35507