]> Cypherpunks repositories - gostls13.git/commit
gc: fix unsafe.Sizeof on ideal constants
authorRuss Cox <rsc@golang.org>
Mon, 24 May 2010 21:18:15 +0000 (14:18 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 24 May 2010 21:18:15 +0000 (14:18 -0700)
commit80ac15ec12e265f2958195e7fad7030dac4de3d7
tree85f9cb20af02b57fc4723efbb9a7f85e85d16a57
parent2034f7213938c215f2739941e8de70d92dc14b9d
gc: fix unsafe.Sizeof on ideal constants

R=ken2
CC=golang-dev
https://golang.org/cl/1280041
src/cmd/gc/unsafe.c
test/fixedbugs/bug279.go [new file with mode: 0644]