]> Cypherpunks repositories - gostls13.git/commit
6g: fix uint64(uintptr(unsafe.Pointer(&x)))
authorRuss Cox <rsc@golang.org>
Thu, 20 Jan 2011 17:50:35 +0000 (12:50 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 20 Jan 2011 17:50:35 +0000 (12:50 -0500)
commit50fe459ce2726952964e8d2093b589680614f5e9
tree8eb465334d434be45e9ac2d79e24c2e7b6ac05f2
parent8b8cd0e4c4005a709ac6d2203e1efbd397da5125
6g: fix uint64(uintptr(unsafe.Pointer(&x)))

Fixes #1417.

R=ken2
CC=golang-dev
https://golang.org/cl/4079042
src/cmd/6g/cgen.c
test/fixedbugs/bug319.go [new file with mode: 0644]