]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix LEAQ $0, SI bug
authorRuss Cox <rsc@golang.org>
Thu, 7 Jun 2012 15:59:18 +0000 (11:59 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 7 Jun 2012 15:59:18 +0000 (11:59 -0400)
commit2a9410c19c681f663aee1606289110881c62d640
tree90b459a4feea4379c0d53a0ed84196941c34772c
parent9fe424737b59dd7c769ae5acfdaca8f511f40d25
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]