http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52358
--- Comment #1 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> 2012-04-27 16:32:50 UTC --- Author: ian Date: Fri Apr 27 16:32:42 2012 New Revision: 186913 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186913 Log: 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. Modified: trunk/libgo/go/math/ldexp.go