]> Cypherpunks repositories - gostls13.git/commit
gc: rewrite complex /= to l = l / r.
authorPatrick Gavlin <pgavlin@gmail.com>
Tue, 4 Jan 2011 18:14:17 +0000 (13:14 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 4 Jan 2011 18:14:17 +0000 (13:14 -0500)
commit4e5a59591bc24e0e5219f372596274e467dbab6c
tree88eec74096d4b00d40086911a2c7fb2334c78c7b
parent71793d4b42b1f95ddce31e17fa98177f4e42269c
gc: rewrite complex /= to l = l / r.

Fixes #1368.

R=rsc, ejsherry
CC=golang-dev
https://golang.org/cl/3811042
src/cmd/gc/walk.c
test/fixedbugs/bug315.go [new file with mode: 0644]