This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][RFC] Gimplify unit-at-a-time (again)
> Running target unix/
> FAIL: StackTrace2 output - source compiled test
> FAIL: StackTrace2 -findirect-dispatch output - source compiled test
> FAIL: StackTrace2 -O3 output - source compiled test
> FAIL: StackTrace2 -O3 -findirect-dispatch output - source compiled test
If I remember right, we had problems with this testcase in the pass too,
since it relies on middle end not inlining function but the functions is not
marked such?
Honza
>
> === libjava Summary for unix/ ===
>
> # of expected passes 2570
> # of unexpected failures 4
>
> Running target unix//-m32
> FAIL: StackTrace2 output - source compiled test
> FAIL: StackTrace2 -findirect-dispatch output - source compiled test
> FAIL: StackTrace2 -O3 output - source compiled test
> FAIL: StackTrace2 -O3 -findirect-dispatch output - source compiled test
>
> === libjava Summary for unix//-m32 ===
>
> The patch is not OK until this is fixed.
>
> Andrew.