]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: round floats with a large negative exponent towards zero
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Mon, 24 Mar 2014 17:10:29 +0000 (10:10 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 24 Mar 2014 17:10:29 +0000 (10:10 -0700)
commita43673cf8a237fa237c179aeb0862215b797b9df
treec23d1b95824886194680526495512e6475045770
parentde1ea5de8637876c81a6c05e5a9cc9e572a5c62f
cmd/gc: round floats with a large negative exponent towards zero

Fixes #6902

LGTM=iant
R=iant, rsc
CC=golang-codereviews
https://golang.org/cl/78730049
src/cmd/gc/mparith1.c
test/fixedbugs/issue6902.go [new file with mode: 0644]