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

2018-01-16 Thread Fam Zheng
gcc-4.8.5-16.el7_4.1.ppc64le On Tue, Jan 16, 2018 at 11:50 PM, Richard Henderson wrote: > On 01/16/2018 03:59 AM, Peter Maydell wrote: >> /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 > > Bah. I remembe

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

2018-01-16 Thread Richard Henderson
On 01/16/2018 03:59 AM, Peter Maydell wrote: > /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 Bah. I remember seeing this myself on the gcc 4.8.x that is the system compiler on the gcc compile farm machine

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

2018-01-16 Thread Peter Maydell
On 16 January 2018 at 03:33, Richard Henderson 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 b

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

2018-01-15 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180116033404.31532-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH v9 00/26] tcg: generic vector operations === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n

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

2018-01-15 Thread Richard Henderson
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 fee