This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: libjava status on Solaris 8/Intel and IRIX 6.5


Rainer Orth writes:
 > Andrew Haley writes:
 > 
 > > Can you grep for '^FAIL' in libjava.sum, please?  I'd be interested to
 > > know what fails.
 > 
 > sure (it's all in the testresults archive as well):

TVM.

 > i386-pc-solaris2.8:
 > 
 > FAIL: Divide_1 execution from source compiled test
 > FAIL: Divide_1 execution from bytecode->native test
 > FAIL: Divide_1 -O execution from source compiled test
 > FAIL: Divide_1 -O execution from bytecode->native test
 > FAIL: Invoke_1 execution from source compiled test
 > FAIL: Invoke_1 execution from bytecode->native test
 > FAIL: Invoke_1 -O execution from source compiled test
 > FAIL: Invoke_1 -O execution from bytecode->native test

SEGV and SIGFP handlers don't work: we need to use -fcheck-references
-fuse-divide-subroutine in libgcj.spec.

 > mips-sgi-irix6.5 (N32 only, I'll post N64/-mabi=64 results when that run
 > finishes):
 > 
 > FAIL: PR5902 compilation from bytecode
 > FAIL: PR5902 -O compilation from bytecode
 > FAIL: linking cxxtest
 > FAIL: Invoke_1 execution from source compiled test
 > FAIL: Invoke_1 execution from bytecode->native test
 > FAIL: Invoke_1 -O execution from source compiled test
 > FAIL: Invoke_1 -O execution from bytecode->native test

SEGV handler doesn't work: -fcheck-references.

Andrew.


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