]> Cypherpunks repositories - gostls13.git/commit
gc: don't emit pkgpath for error type.
authorDavid Symonds <dsymonds@golang.org>
Thu, 19 Jan 2012 22:26:17 +0000 (09:26 +1100)
committerDavid Symonds <dsymonds@golang.org>
Thu, 19 Jan 2012 22:26:17 +0000 (09:26 +1100)
commitee09a8cd9fee2f38fd100bd27451c4284f7e9d96
tree7363002310d2659979af5b025111533b86d37295
parentbb7eca177a8b23f85a143f987b02c377a78cefe7
gc: don't emit pkgpath for error type.

Fixes #2660.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5557060
src/cmd/gc/reflect.c
src/pkg/reflect/all_test.go
src/pkg/reflect/type.go