]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] cmd/gc: fix LEAQ $0, SI bug
authorRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:52 +0000 (16:24 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:52 +0000 (16:24 -0400)
commita2f13c8cf2656759742751f83e790010d49a2f6b
tree785b3d175898eedcbccb52341478547499f293ae
parent0d5061ac952257fd3d9608cb1ca1d4a1534d5ed3
[release-branch.go1] cmd/gc: fix LEAQ $0, SI bug

««« backport c4a344d25b87
cmd/gc: fix LEAQ $0, SI bug

Cannot take effective address of constant.

Fixes #3670.

R=ken2
CC=golang-dev
https://golang.org/cl/6299055

»»»
src/cmd/gc/gen.c
test/fixedbugs/bug444.go [new file with mode: 0644]