Re: [PATCH for-5.0] tcg/i386: Fix INDEX_op_dup2_vec

2020-03-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200331035456.6494-3-richard.hender...@linaro.org/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

[PATCH for-5.0] tcg/i386: Fix INDEX_op_dup2_vec

2020-03-30 Thread Richard Henderson
We were only constructing the 64-bit element, and not replicating the 64-bit element across the rest of the vector. Cc: qemu-sta...@nongnu.org Signed-off-by: Richard Henderson --- This bug is visible running RISU for aarch64 on x86_32. r~ --- tcg/i386/tcg-target.inc.c | 10 +++--- 1 file

[PATCH for-5.0] tcg/i386: Fix INDEX_op_dup2_vec

2020-03-30 Thread Richard Henderson
We were only constructing the 64-bit element, and not replicating the 64-bit element across the rest of the vector. Cc: qemu-sta...@nongnu.org Signed-off-by: Richard Henderson --- This bug is visible running RISU for aarch64 on x86_32. r~ --- tcg/i386/tcg-target.inc.c | 10 +++--- 1 file