]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: implement latest rules for checking make sizes
authorRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 19:28:44 +0000 (14:28 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 19:28:44 +0000 (14:28 -0500)
commitf02067a99aaf5b78cc0969f32c37454ce82200d0
tree2543ac83cdc69cf3ebdceb4174567649bac8061d
parent46d6f3c62f9f51ac349b90b2181627d5c1ed424b
cmd/gc: implement latest rules for checking make sizes

Fixes #4085.

R=ken2
CC=golang-dev
https://golang.org/cl/7277047
src/cmd/gc/mparith1.c
src/cmd/gc/typecheck.c
src/pkg/runtime/slice.c
test/fixedbugs/issue4085a.go [new file with mode: 0644]
test/fixedbugs/issue4085b.go [new file with mode: 0644]