]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update vendored math/big to latest version
authorRobert Griesemer <gri@golang.org>
Fri, 18 Mar 2016 20:38:52 +0000 (13:38 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 22 Mar 2016 17:09:29 +0000 (17:09 +0000)
commitc12e1b0b2ede57de8fcff94bea8333e055245e5e
tree537e0a8eacbd7e594a58af8f64fed94e778d2e12
parent7c86263be2ed0967313ec29c4130dccce7105e74
cmd/compile: update vendored math/big to latest version

This makes the rounding bug fix in math/big for issue 14651 available
to the compiler.

- changes to cmd/compile/internal/big fully automatic via script
- added test case for issue
- updated old test case with correct test data

Fixes #14651.

Change-Id: Iea37a2cd8d3a75f8c96193748b66156a987bbe40
Reviewed-on: https://go-review.googlesource.com/20818
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/big/arith_test.go
src/cmd/compile/internal/big/float.go
src/cmd/compile/internal/big/float_test.go
src/cmd/compile/internal/big/ftoa.go
src/cmd/compile/internal/big/intconv.go
test/fixedbugs/issue14553.go
test/fixedbugs/issue14651.go [new file with mode: 0644]