This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Enable libgcj for Linux targets
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: Enable libgcj for Linux targets
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Tue, 23 Jan 2001 20:19:36 +1300
- CC: gcc-patches at gcc dot gnu dot org, java-patches at sources dot redhat dot com
- References: <3A6B8F9A.58AD8A15@albatross.co.nz> <3A6D2246.6161E33F@moene.indiv.nluug.nl>
Toon Moene wrote:
> > Now that the V3 ABI is supported by Java, libgcj should build and work
> > out-of-the-box on most linux platforms, at least.
>
> Sure, it builds - however, returning to my Pentium II 300 Mhz this
> morning (after some 6 hours), make -k check was still banging away on:
> Is this supposed to take so long ?
No. It completes in < 30 mins on my P2-450:
=== libjava Summary ===
# of expected passes 1601
# of unexpected failures 6
# of unexpected successes 11
# of expected failures 128
The failures, FWIW, seem to be mostly caused by a recent regression
relating to the mapping of SIGFPE -> ArithmeticException:
WARNING: program timed out.
FAIL: Divide_1 execution from source compiled test
WARNING: program timed out.
FAIL: Divide_1 execution from bytecode->native test
WARNING: program timed out.
FAIL: Divide_1 -O execution from source compiled test
WARNING: program timed out.
FAIL: Divide_1 -O execution from bytecode->native test
see http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1718&database=gcc
regards
[ bryce ]