This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Enable libgcj for Linux targets


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 ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]