[Bug bootstrap/29196] gcc fails to build on x86-64 linux

2007-08-05 Thread robilad at kaffe dot org
--- 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

[Bug bootstrap/32996] bootstrap fails with missing header file

2007-08-05 Thread robilad at kaffe dot org
--- 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

[Bug bootstrap/32996] New: bootstrap fails with missing header file

2007-08-05 Thread robilad at kaffe dot org
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

[Bug fastjar/13020] zip-style comments

2007-02-12 Thread robilad at kaffe dot org
--- 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

[Bug fastjar/21822] fastjar/jartool.c's usage of MAXPATHLEN

2007-02-12 Thread robilad at kaffe dot org
--- 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

[Bug libgcj/23466] Double.toString(0.0010) ---> "0.001" ISO "0.0010"

2005-08-22 Thread robilad at kaffe dot org
--- 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

[Bug libgcj/23466] Double.toString(0.0010) ---> "0.001" ISO "0.0010"

2005-08-18 Thread robilad at kaffe dot org
--- 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