]> Cypherpunks repositories - gostls13.git/commit
gc: handle function calls in arguments to builtin complex operations.
authorLuuk van Dijk <lvd@golang.org>
Mon, 23 Jan 2012 15:56:57 +0000 (16:56 +0100)
committerLuuk van Dijk <lvd@golang.org>
Mon, 23 Jan 2012 15:56:57 +0000 (16:56 +0100)
commit5ad9e2db28a9058547983a85cfd2883788d5a704
tree480fd6544fb53e17ca9cc804f1efaadecd780209
parent858f0b4d9568bb3a2ef9b9ee6ad078eb3b7c5aaa
gc: handle function calls in arguments to builtin complex operations.

Fixes #2582

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