--- Comment #4 from robilad at kaffe dot org 2007-08-05 18:37 ---
It seems that installing the ia32 libc headers, which provides the stubs-32.h
file on debian lenny, doesn't really help. The header file goes into
/usr/include/i486-linux-gnu/gnu/stubs-32.h, but xgcc does not look
--- Comment #1 from robilad at kaffe dot org 2007-08-05 17:55 ---
Created an attachment (id=14027)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14027&action=view)
build log of the bootstrap failure
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32996
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: robilad at kaffe dot org
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32996
--- Comment #6 from robilad at kaffe dot org 2007-02-12 23:47 ---
I've checked in Wil's patch to the fastjar project's CVS on savannah.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13020
--- Comment #6 from robilad at kaffe dot org 2007-02-12 23:38 ---
thanks for the patch, I've checked it in at fastjar project on savannah.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21822
--- Additional Comments From robilad at kaffe dot org 2005-08-22 13:25
---
It seems to be clearly a bug in how some non-free implementation implements the
specifications.
Since Sun Microsystems has confirmed the bug in their implementation, and the
specification is clear on the matter
--- Additional Comments From robilad at kaffe dot org 2005-08-18 22:41
---
that looks like a bug in Sun's implementation, as the Double.toString() API
specs demand that Double.toString returns only as many digits as necessary to
uniquely identify the floating point number.
Addin