]> Cypherpunks repositories - gostls13.git/commit
1. decommit complex(float) conversion
authorKen Thompson <ken@golang.org>
Wed, 10 Mar 2010 01:51:30 +0000 (17:51 -0800)
committerKen Thompson <ken@golang.org>
Wed, 10 Mar 2010 01:51:30 +0000 (17:51 -0800)
commit2edb02b41e8129e47224d994c30dec4bb5301566
tree352d4a6be2ba69abf7d4bcc3663c39ed571b94f9
parent529369e452b90a37ee696df102b865f164432f4d
1. decommit complex(float) conversion
2. add complex algorithm for map/chan
3. test for use of complex in
   array, slice, field, chan, map,
   field, pointer.

R=rsc
CC=golang-dev
https://golang.org/cl/384041
src/cmd/gc/const.c
src/cmd/gc/cplx.c
src/cmd/gc/subr.c
src/cmd/gc/typecheck.c
test/ken/cplx3.go
test/ken/cplx4.go
test/ken/cplx5.go [new file with mode: 0644]