]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: re-vendor math/big to pick up bug fix
authorRobert Griesemer <gri@golang.org>
Fri, 4 Mar 2016 02:26:36 +0000 (18:26 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 4 Mar 2016 17:40:16 +0000 (17:40 +0000)
commit646939c0e3b68c24908692696356a0b048a6ba69
treeabbd0987e3bbb44f45c3e262ff6f1fd52193c9fb
parent3858efcc586914634c5a64b8ef289abe7d4d28b3
cmd/compile: re-vendor math/big to pick up bug fix

The changes to internal/big are completely automatic
by running vendor.bash in that directory.

Also added respective test case.

For #14553.

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