[Bug go/52358] math FAILs on Solaris 8 and 9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52358 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED --- Comment #5 from Ian Lance Taylor 2012-04-27 16:43:08 UTC --- Fixed.
[Bug go/52358] math FAILs on Solaris 8 and 9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52358 --- Comment #3 from ian at gcc dot gnu.org 2012-04-27 16:38:19 UTC --- Author: ian Date: Fri Apr 27 16:38:11 2012 New Revision: 186915 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186915 Log: PR go/52358 configure, runtime: Provide i386 long double math functions if needed. Modified: trunk/libgo/config.h.in trunk/libgo/configure trunk/libgo/configure.ac trunk/libgo/runtime/go-nosys.c
[Bug go/52358] math FAILs on Solaris 8 and 9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52358 --- Comment #4 from ian at gcc dot gnu.org 2012-04-27 16:38:37 UTC --- Author: ian Date: Fri Apr 27 16:38:31 2012 New Revision: 186916 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186916 Log: PR go/52358 configure, runtime: Provide i386 long double math functions if needed. Modified: branches/gcc-4_7-branch/libgo/config.h.in branches/gcc-4_7-branch/libgo/configure branches/gcc-4_7-branch/libgo/configure.ac branches/gcc-4_7-branch/libgo/runtime/go-nosys.c
[Bug go/52358] math FAILs on Solaris 8 and 9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52358 --- Comment #2 from ian at gcc dot gnu.org 2012-04-27 16:33:14 UTC --- Author: ian Date: Fri Apr 27 16:33:01 2012 New Revision: 186914 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186914 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: branches/gcc-4_7-branch/libgo/go/math/ldexp.go
[Bug go/52358] math FAILs on Solaris 8 and 9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52358 --- Comment #1 from 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