]> Cypherpunks repositories - gostls13.git/commit
New gccgo error message; match both compilers with one string.
authorIan Lance Taylor <iant@golang.org>
Sat, 30 Jan 2010 19:31:30 +0000 (11:31 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 30 Jan 2010 19:31:30 +0000 (11:31 -0800)
commit637e0eecb43e4a17f4e6ac7de38bf1ec70b8170b
tree02171c4500a32692a562d84f754e2e09778f91eb
parentf4d714ca2def2b1435b2f36cda55e38e49f2fb60
New gccgo error message; match both compilers with one string.

8g:
runtime.go:19: cannot refer to unexported name runtime.printbool

gccgo:
runtime.go:19:10: error: invalid reference to unexported identifier ‘runtime.printbool’

R=rsc
CC=golang-dev
https://golang.org/cl/194157
test/runtime.go