Re: [PATCH] Enable java for aarch64
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
On 04/16/2013 08:45 AM, Andreas Schwab wrote: > Andrew Haley <[email protected]> writes: > >> slow_pthread_self=no >> can_unwind_signal=no >> CHECKREFSPEC=-fcheck-references >> DIVIDESPEC=-fuse-divide-subroutine > > With these settings, I get the following results: > > # of expected passes 2574 > # of unexpected failures 8 > # of untested testcases 4 That's much better. > FAIL: Throw_2 execution - source compiled test > FAIL: Throw_2 -findirect-dispatch execution - source compiled test > FAIL: Throw_2 -O3 execution - source compiled test > FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test > FAIL: sourcelocation output - source compiled test > FAIL: sourcelocation -findirect-dispatch output - source compiled test > FAIL: sourcelocation -O3 output - source compiled test > FAIL: sourcelocation -O3 -findirect-dispatch output - source compiled test The Throw_2 failure is what I'd expect. I don't know what the cause of the sourcelocation failure is; that's a pointer to a problem in gcc or in binutils. The patch can go in. Andrew.