This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libjava Divide_1 and pr6388 fail on 4.2.0 RC3 for several targets
- From: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 06 May 2007 11:02:29 +0900 (JST)
- Subject: libjava Divide_1 and pr6388 fail on 4.2.0 RC3 for several targets
Hi,
I've noticed that some libjava tests fail for SH on trunk and
4.2.0 RC3.
New tests that FAIL:
Divide_1 -O3 -findirect-dispatch output - bytecode->native test
Divide_1 -O3 output - bytecode->native test
Divide_1 -O3 output - source compiled test
Divide_1 -findirect-dispatch output - bytecode->native test
Divide_1 output - bytecode->native test
Divide_1 output - source compiled test
pr6388 -O3 -findirect-dispatch output - bytecode->native test
pr6388 -O3 output - bytecode->native test
pr6388 -O3 output - source compiled test
pr6388 -findirect-dispatch output - bytecode->native test
pr6388 output - bytecode->native test
pr6388 output - source compiled test
I see same FAILs in the RC3 testresults for x86_64, hppa, ia64,
ppc, sparc and s390 at gcc-testresults, though not for i686.
Is this a known issue?
Regards,
kaz