]> Cypherpunks repositories - gostls13.git/commit
gc: bug302
authorRuss Cox <rsc@golang.org>
Wed, 11 Aug 2010 00:39:38 +0000 (17:39 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 11 Aug 2010 00:39:38 +0000 (17:39 -0700)
commita9a62eef6b055c8764f95c346d9620a7790ff6ad
treef2a83221b80a56c0d42198185768bc22eea978ed
parent9d5da464ff21b48a812e051efd0ec341f7ef4a24
gc: bug302

Fixed by http://code.google.com/p/go/source/detail?r=d1f41e20a90e
This just adds a test and checks the return value of Bprint.

R=ken2
CC=golang-dev
https://golang.org/cl/1949042
src/cmd/gc/export.c
test/fixedbugs/bug302.dir/main.go [new file with mode: 0644]
test/fixedbugs/bug302.dir/p.go [new file with mode: 0644]
test/fixedbugs/bug302.go [new file with mode: 0644]