]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix bad checknil with ints on 32 bit compilers
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 26 Feb 2014 20:25:13 +0000 (12:25 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 26 Feb 2014 20:25:13 +0000 (12:25 -0800)
commit3081261b588b1c93da8bf4292e99a535bdb86a3f
treea02422c9b5ea8e1009aa26b0c95eeddf3f516c1f
parent7954b2b90be1b424e1dc8d9d50b3edd1d7a60d4c
cmd/gc: fix bad checknil with ints on 32 bit compilers

Fixes #7413.

LGTM=rsc
R=remyoudompheng
CC=golang-codereviews, r, rsc
https://golang.org/cl/69180044
src/cmd/gc/pgen.c
test/nilptr4.go [new file with mode: 0644]