]> Cypherpunks repositories - gostls13.git/commit
math: additional tests for Ldexp
authorThan McIntosh <thanm@google.com>
Wed, 9 Aug 2017 13:16:38 +0000 (09:16 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 9 Aug 2017 15:33:37 +0000 (15:33 +0000)
commitff560ee9507cb6b3da1405faf41d6ade637118b7
tree2b859dd71fd7b078870c71cde1b6622bd532996a
parent1b53f1245bf518114bd8793805586be1c78987f7
math: additional tests for Ldexp

Add test cases to verify behavior for Ldexp with exponents outside the
range of Minint32/Maxint32, for a gccgo bug.

Test for issue #21323.

Change-Id: Iea67bc6fcfafdfddf515cf7075bdac59360c277a
Reviewed-on: https://go-review.googlesource.com/54230
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/math/all_test.go