From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751609AbdEJFxU (ORCPT ); Wed, 10 May 2017 01:53:20 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:32869 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121AbdEJFxS (ORCPT ); Wed, 10 May 2017 01:53:18 -0400 Date: Tue, 9 May 2017 22:53:14 -0700 From: Nick Desaulniers To: bhelgaas@google.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/PCI: fix duplicate 'const' declaration specifier Message-ID: <20170510055313.nnitvflu3g4uglyb@lostoracle.net> References: <20170510030121.19667-1-nick.desaulniers@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170510030121.19667-1-nick.desaulniers@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please disregard this patch. I think I may have found a bug in Clang, or at least an incompatibility with GCC 7.1. Clang bug: https://bugs.llvm.org/show_bug.cgi?id=32985