From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGmnC-00025V-Rp for qemu-devel@nongnu.org; Thu, 10 May 2018 10:43:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGmn9-0002eq-MZ for qemu-devel@nongnu.org; Thu, 10 May 2018 10:43:38 -0400 Received: from mail-pg0-x22d.google.com ([2607:f8b0:400e:c05::22d]:34611) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGmn9-0002eY-GK for qemu-devel@nongnu.org; Thu, 10 May 2018 10:43:35 -0400 Received: by mail-pg0-x22d.google.com with SMTP id g20-v6so1073374pgv.1 for ; Thu, 10 May 2018 07:43:35 -0700 (PDT) Sender: Richard Henderson References: <20180510143618.23673-1-peter.maydell@linaro.org> From: Richard Henderson Message-ID: <73b20cd6-4b4f-a060-8c37-e9df9793e44b@twiddle.net> Date: Thu, 10 May 2018 07:43:32 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] atomic.h: Work around gcc spurious "unused value" warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , "patches@linaro.org" , Paolo Bonzini On 05/10/2018 07:38 AM, Peter Maydell wrote: > Thanks. Do we care about trying to follow up on the gcc side > to find out if this is a definitely-fixed bug? Given I did not see the problem with gcc 6 as shipped with debian 9, I'm not overly inclined to dig further than that. r~