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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E232AC433F5 for ; Wed, 2 Mar 2022 15:33:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243493AbiCBPeR (ORCPT ); Wed, 2 Mar 2022 10:34:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243487AbiCBPeP (ORCPT ); Wed, 2 Mar 2022 10:34:15 -0500 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F019E50E21 for ; Wed, 2 Mar 2022 07:33:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646235212; x=1677771212; h=date:from:to:cc:subject:message-id:mime-version; bh=oVA0NR2JQRZb4WnORGXB4otYe38gxbVydLhaKGxnFEg=; b=irjBHP9Xqn8Q+GsEOU09xke9wZ5pviAY2EZtUR1V0Ga0WxYGVY8ttmJD 7trJI75d5QSpghGJXo1GejzSIUkG2EbYtPmYBDj82B/hfFf/U2ffQbroT YLQiOBkAIE2mULYXzd6K2vIbiy6z8yBTWSYt1WKHpnoTSY4FXThGNh7Pc 3QBU4Mjbl0IdY34JcnEuWwlIHD4AouAAGkNSpmjUm8CDsoiYWHcvc0m/w taL7pSpTcLPT/Q5++Hb4vhm4xHvTndZJnGRo+MSnQsX5STXLBiYIiWcuD a/Mf4Rf5llUMuqyedcoBeEQnpubtfEdSqEJCty3wvRi+itbsB67HZS9i8 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10274"; a="233392602" X-IronPort-AV: E=Sophos;i="5.90,149,1643702400"; d="scan'208";a="233392602" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2022 07:33:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,149,1643702400"; d="scan'208";a="641737630" Received: from lkp-server02.sh.intel.com (HELO e9605edfa585) ([10.239.97.151]) by orsmga004.jf.intel.com with ESMTP; 02 Mar 2022 07:33:10 -0800 Received: from kbuild by e9605edfa585 with local (Exim 4.92) (envelope-from ) id 1nPQyU-0001Vm-0q; Wed, 02 Mar 2022 15:33:10 +0000 Date: Wed, 2 Mar 2022 23:32:51 +0800 From: kernel test robot To: Konstantin Komarov Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: sh4-linux-gcc: error: unrecognized command-line option '-Wout-of-line-declaration'; did you mean '-Wold-style-declaration'? Message-ID: <202203022344.CY65uDkw-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Konstantin, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: fb184c4af9b9f4563e7a126219389986a71d5b5b commit: 6e5be40d32fb1907285277c02e74493ed43d77fe fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile date: 7 months ago config: sh-randconfig-r033-20220302 (https://download.01.org/0day-ci/archive/20220302/202203022344.CY65uDkw-lkp@intel.com/config) compiler: sh4-linux-gcc (GCC) 11.2.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6e5be40d32fb1907285277c02e74493ed43d77fe git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 6e5be40d32fb1907285277c02e74493ed43d77fe # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=sh SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> sh4-linux-gcc: error: unrecognized command-line option '-Wout-of-line-declaration'; did you mean '-Wold-style-declaration'? --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org