]> Cypherpunks repositories - gostls13.git/commit
fix bugs compiling things like
authorKen Thompson <ken@golang.org>
Tue, 9 Mar 2010 21:39:45 +0000 (13:39 -0800)
committerKen Thompson <ken@golang.org>
Tue, 9 Mar 2010 21:39:45 +0000 (13:39 -0800)
commit38ad41c317e32752fe8b45cb90561dea60fe81c7
tree9a30020be97e3afc0afb0c665461c39d91f160e2
parentf229c8b5468887b535d52be58e1798b9df8a60a2
fix bugs compiling things like
c = cmplx(imag(c), real(c))
without a temporary

R=rsc
CC=golang-dev
https://golang.org/cl/360043
src/cmd/gc/cplx.c