]> Cypherpunks.ru repositories - gostls13.git/commit
gc: cmplx typecheck bug fix
authorRuss Cox <rsc@golang.org>
Mon, 19 Apr 2010 16:21:51 +0000 (09:21 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 19 Apr 2010 16:21:51 +0000 (09:21 -0700)
commitd97bbabbaaeb28e374267c19aae5072d356c1353
tree18b32f8ceb44814a71e9fdf4c5fc66ee4772cf28
parent3ffbd57b94ab98ca076d67659ab32863ec032a94
gc: cmplx typecheck bug fix

Fixes #729.

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