]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix undefined behaviour warning in subr.c
authorDave Cheney <dave@cheney.net>
Mon, 8 Sep 2014 05:36:21 +0000 (15:36 +1000)
committerDave Cheney <dave@cheney.net>
Mon, 8 Sep 2014 05:36:21 +0000 (15:36 +1000)
commit6a2e844f5179e85085723be29c9ba97f1286b698
treef3d4d6e28e7205479241a865acafa310c2502f60
parent31bd41e04bd3cbd4a4a213b8a098eaebabae15a3
cmd/gc: fix undefined behaviour warning in subr.c

Fixes warning

/home/dfc/go/src/cmd/gc/subr.c:3469:8: runtime error: negation of -9223372036854775808 cannot be represented in type 'int64' (aka 'long'); cast to an unsigned type to negate this value to itself

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/141220043
src/cmd/gc/subr.c