From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E970C433EF for ; Wed, 20 Oct 2021 16:14:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1310661374 for ; Wed, 20 Oct 2021 16:14:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231220AbhJTQQ2 (ORCPT ); Wed, 20 Oct 2021 12:16:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:50266 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230257AbhJTQQ0 (ORCPT ); Wed, 20 Oct 2021 12:16:26 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A2EFA6138F; Wed, 20 Oct 2021 16:14:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634746452; bh=UE2y6PQk7kS/8h9pP68LC8H7MYKrGzt9Qpc+opHvz4w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qVTNIOr8cRcoqC2q18mxNa3IBdgCqkP2WKUtGPuranlglR/M0b4yooOnH1Bk1Ny2g dYLNOIFlsFsG+tEEuZK1tpxK+U3lAbscpWlvCbqKA1X734L5pyHybnQcixEvdJR2A/ 9H5e3U2FxD6nAIMYImoO12eEXvMZn7eb+e3sgILYx7E/4bgG4gK+lFz3JwRX59kGu6 XmCYRI94GOj5VHKyzorE7Zr+xGUj29RZQRuvBCG8Czm11kDMP4b5E3qDcGyWEOloVS vfZN0P1kQz+rMuyDl25yzV2Zgyky2gGhNt5TdFlam9CwOsB2UGwfII9ucrqiCJ2mG8 PNL2zXZugvhlA== Date: Wed, 20 Oct 2021 11:18:51 -0500 From: "Gustavo A. R. Silva" To: Stephen Rothwell Cc: "Gustavo A. R. Silva" , Kees Cook , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the kspp-gustavo tree Message-ID: <20211020161851.GA1297326@embeddedor> References: <20211018193048.14517460@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211018193048.14517460@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On Mon, Oct 18, 2021 at 07:30:48PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the kspp-gustavo tree, today's linux-next build (sparc64 > defconfig) failed like this: > > sparc64-linux-gcc: error: unrecognized command line option '-Wcast-function-type'; did you mean '-Wbad-function-cast'? > > $ sparc64-linux-gcc --version > sparc64-linux-gcc (Custom f51944395b6aa154) 7.3.1 20180130 I think this should work just fine with GCC 8.x Thanks -- Gustavo > > Caused by commit > > 21078041965e ("Makefile: Enable -Wcast-function-type") > > I have reverted that commit for today. > > -- > Cheers, > Stephen Rothwell