]> Cypherpunks repositories - gostls13.git/commit
gc: bug308
authorRuss Cox <rsc@golang.org>
Thu, 30 Sep 2010 19:05:01 +0000 (15:05 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 30 Sep 2010 19:05:01 +0000 (15:05 -0400)
commit52d619cfdf72751203642d9ea9e85f073c592da5
tree195ddb2b4c710a7ba1ccf5d369ed0a6118529a48
parent779dfea487ce59661a4199445e35d92d63b97f57
gc: bug308

confused by using isddd for both ONAME and OCALL

Fixes #1136.

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