PR go/52358
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Apr 2012 16:32:42 +0000 (16:32 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Apr 2012 16:32:42 +0000 (16:32 +0000)
commit3ff40a6bf4310e9e5bb398be2e590e3998fb203a
tree8a6aa1b0241651d494e4bbac70e2c0cd0613f1de
parent1a3dd03cc70c25851dc19f53ba6d2d087e247b2c
PR go/52358
math: Work around bug in Solaris 9 implementation of ldexp.

The bug is that ldexp(-1, -1075) should return -0, but the
Solaris 9 implementation returns +0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186913 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/go/math/ldexp.go