qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v9 00/26] tcg: generic vector operations


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v9 00/26] tcg: generic vector operations
Date: Tue, 16 Jan 2018 11:59:06 +0000

On 16 January 2018 at 03:33, Richard Henderson
<address@hidden> wrote:
> I think this will be the last revision before queueing for pull.
>
> Peter, the target/arm patches here are primarily for testing,
> without having to go all the way through to SVE.  It also shows
> how the generic vector interface ought to be used.  I'm happy
> to drop the patches from the tcg pull and feed them through
> target-arm.next, or keep them here as you wish.

I see the ppc gcc that patchew uses doesn't like this:

/var/tmp/patchew-tester-tmp-r7vd2rsz/src/accel/tcg/tcg-runtime-gvec.c:
In function ‘helper_gvec_shl8i’:
/var/tmp/patchew-tester-tmp-r7vd2rsz/src/accel/tcg/tcg-runtime-gvec.c:533:26:
internal compiler error: in emit_move_insn, at expr.c:3495
         *(vec8 *)(d + i) = *(vec8 *)(a + i) << shift;
                          ^
Please submit a full bug report,
with preprocessed source if appropriate.

We need to either work around that or update the compiler in patchew's
setup or disable that build before we can merge this, or patchew will
start mailing complaints about every series that's sent to the list...

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]