Re: [PATCH v3 0/5] Vs clang-10 and gcc-9 warnings

2020-06-16 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200617043757.1623337-1-richard.hender...@linaro.org/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[PATCH v3 0/5] Vs clang-10 and gcc-9 warnings

2020-06-16 Thread Richard Henderson
Three of these patches are for cleaning up warnings vs clang-10. The -Wtautological-type-limit-compare patch has been improved as suggested by Eric Blake. The final patch is for a "new" warning from gcc-9 on aarch64 hosts. Our build box has been upgraded from bionic, so the warning is new to me,