]> Cypherpunks repositories - gostls13.git/commit
test: match gccgo error messages for bug358.go
authorIan Lance Taylor <iant@golang.org>
Wed, 31 Oct 2012 03:56:32 +0000 (20:56 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 31 Oct 2012 03:56:32 +0000 (20:56 -0700)
commit7dc1182c274e469c5b27e2284bc4876118b2ae6d
tree4c4f0d63d60e95a70d7e914b0e272f261041c929
parent3494010f7dc1705d6317c82bfe458f61cf2bca66
test: match gccgo error messages for bug358.go

I fixed a bug in gccgo that was causing it to only give an
error for the first package that was imported and not used.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6813058
test/fixedbugs/bug358.go