qemu-arm
[Top][All Lists]
Advanced

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

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


From: Thomas Huth
Subject: Re: [PATCH] disas/libvixl: Fix fall-through annotation for GCC >= 7
Date: Mon, 24 Aug 2020 16:03:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 24/08/2020 15.18, Peter Maydell wrote:
On Mon, 24 Aug 2020 at 14:01, Thomas Huth <thuth@redhat.com> 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=de326f850f736c3a337

  "GCC 7 enables switch/case fallthrough checking, but this fails in
   VIXL, because the annotation we use is Clang specific.

   Also, fix a missing annotation in the disassembler."

Maybe I should just update us to a newer upstream vixl...

That would certainly be nice, too.

 Thomas




reply via email to

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