]> Cypherpunks repositories - gostls13.git/commit
gc: improve unsafe.Pointer type-check error messages
authorRyan Hitchman <hitchmanr@gmail.com>
Fri, 6 Jan 2012 22:34:16 +0000 (14:34 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 6 Jan 2012 22:34:16 +0000 (14:34 -0800)
commita15448d65ed02435a79e79dafaa6634715d03504
tree8b7cd63811b569729f52c396240afa44d0b5db71
parent518872bf8fde6172b39fb9e7452cf2dc55cf432f
gc: improve unsafe.Pointer type-check error messages

Fixes #2627.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5498088
src/cmd/gc/typecheck.c
test/fixedbugs/bug390.go [new file with mode: 0644]