]> Cypherpunks repositories - gostls13.git/commit
gc: helpful message instead of internal error on method call on pointer to pointer.
authorLuuk van Dijk <lvd@golang.org>
Wed, 2 Nov 2011 16:18:53 +0000 (17:18 +0100)
committerLuuk van Dijk <lvd@golang.org>
Wed, 2 Nov 2011 16:18:53 +0000 (17:18 +0100)
commit7df9ff55948aa20ca17a4448252dc826a0ded9fb
treecdce92260bab8e63e050b09f2a63e0e516dfb84e
parentbd43eac30318e062635792d44c185ac037ef98fa
gc: helpful message instead of internal error on method call on pointer to pointer.

Fixes #2343.

R=rsc
CC=golang-dev
https://golang.org/cl/5332048
src/cmd/gc/typecheck.c
test/fixedbugs/bug371.go [new file with mode: 0644]