Re: [PATCH] disas/libvixl: Fix fall-through annotation for GCC >= 7

2020-08-25 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200824130114.41368-1-th...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20200824130114.41368-1-th...@redhat.com Subject: [PATCH] disas/libvixl: Fix fall-through

Re: [PATCH] disas/libvixl: Fix fall-through annotation for GCC >= 7

2020-08-24 Thread Thomas Huth
On 24/08/2020 15.18, Peter Maydell wrote: On Mon, 24 Aug 2020 at 14:01, Thomas Huth wrote: For compiling with -Wimplicit-fallthrough we need to fix the fallthrough annotations in the libvixl code. This is based on the following upstream vixl commit by Martyn Capewell: https://git.linaro.org

Re: [PATCH] disas/libvixl: Fix fall-through annotation for GCC >= 7

2020-08-24 Thread Peter Maydell
On Mon, 24 Aug 2020 at 14:01, Thomas Huth wrote: > > For compiling with -Wimplicit-fallthrough we need to fix the > fallthrough annotations in the libvixl code. This is based on > the following upstream vixl commit by Martyn Capewell: > > https://git.linaro.org/arm/vixl.git/commit/?id=de326f850f7

[PATCH] disas/libvixl: Fix fall-through annotation for GCC >= 7

2020-08-24 Thread Thomas Huth
For compiling with -Wimplicit-fallthrough we need to fix the fallthrough annotations in the libvixl code. This is based on the following upstream vixl commit by Martyn Capewell: https://git.linaro.org/arm/vixl.git/commit/?id=de326f850f736c3a337 "GCC 7 enables switch/case fallthrough checking, b