]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: avoid confusing error message "ovf in mpaddxx"
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Wed, 9 Apr 2014 06:36:27 +0000 (08:36 +0200)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Wed, 9 Apr 2014 06:36:27 +0000 (08:36 +0200)
commit397f129daf81a74997397aa7d097d1c3039a5333
tree2a52f050419048856b7b0675c8f0919dd872c2df
parent907736e2fe94c8cd41d3016154f2093280065484
cmd/gc: avoid confusing error message "ovf in mpaddxx"

Fixes #6889

LGTM=rsc
R=gri, rsc
CC=golang-codereviews
https://golang.org/cl/85080044
src/cmd/gc/mparith2.c
test/fixedbugs/issue6889.go [new file with mode: 0644]