re PR go/52358 (math FAILs on Solaris 8 and 9)
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 27 Apr 2012 16:32:42 +0000 (16:32 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 27 Apr 2012 16:32:42 +0000 (16:32 +0000)
commit6c88c77ec7b29cc5ab216e867bd1967e6c9aa8e0
tree8a6aa1b0241651d494e4bbac70e2c0cd0613f1de
parentf07bb470aeab62b605103453e28b4d55909e9928
re PR go/52358 (math FAILs on Solaris 8 and 9)

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.

From-SVN: r186913
libgo/go/math/ldexp.go