From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJLZV-0002UF-5S for qemu-devel@nongnu.org; Thu, 17 May 2018 12:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJLZU-0002Qh-5t for qemu-devel@nongnu.org; Thu, 17 May 2018 12:16:05 -0400 Received: from mail-ot0-x242.google.com ([2607:f8b0:4003:c0f::242]:37719) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJLZU-0002Pn-0H for qemu-devel@nongnu.org; Thu, 17 May 2018 12:16:04 -0400 Received: by mail-ot0-x242.google.com with SMTP id 77-v6so5697380otd.4 for ; Thu, 17 May 2018 09:16:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <99693ba4-c282-a10b-e811-697617f7ee06@weilnetz.de> References: <20180513090613.27960-1-sw@weilnetz.de> <99693ba4-c282-a10b-e811-697617f7ee06@weilnetz.de> From: Peter Maydell Date: Thu, 17 May 2018 17:15:43 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH] disas/libvixl: Fix VIXL_FALLTHROUGH macro for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developer , qemu-arm On 15 May 2018 at 14:13, Stefan Weil wrote: > That fix will work for the moment, but is not sufficient for the future > because it only supports gcc 7.x, but not gcc 8.x or later: > > +#elif __GNUC__ == 7 Fix to make that use >= is currently going through upstream vixl code review: https://review.linaro.org/#/c/25282/ thanks -- PMM