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 AABE8C64EC4 for ; Wed, 8 Mar 2023 13:44:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231290AbjCHNoP (ORCPT ); Wed, 8 Mar 2023 08:44:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230406AbjCHNny (ORCPT ); Wed, 8 Mar 2023 08:43:54 -0500 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82AA8D08DA for ; Wed, 8 Mar 2023 05:42:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678282940; x=1709818940; h=date:from:to:cc:subject:message-id:mime-version; bh=aunCnQFMNSHkMmXNg0BHyU6gZJMHDgFXfxQu/QBp+c8=; b=Ns6twGFaY/vUd4wATc1g0urDpMaOzbmBDlDR96tNoiZsv8urht/qgWdH 5wGAE/ciN6uWSlI25aGdOcnwWbycOzO1qb1QEgqdqsw55YvJg14Ue6Jq9 JfjEV+b7BnCiE364hUF846HanuCE6Mb/1SDkSPHnScPRzvHTP0LYzcHpy SXEjpWW334Gc82a0bt4mptWf4WV21mqoyF+gE6U/0URJa32VlcggSrZfB BMwbxnkS8FpFUyHYp7FJtUwbLKuHEagY1m+hMLKsDfCB90grXBd87ymMn StTcl5OYchGR4AxKARMe0CwDI+nVP/djrfVjKmg1zbPNHTnR554Kp4EEA w==; X-IronPort-AV: E=McAfee;i="6500,9779,10642"; a="422421743" X-IronPort-AV: E=Sophos;i="5.98,244,1673942400"; d="scan'208";a="422421743" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2023 05:39:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10642"; a="787123778" X-IronPort-AV: E=Sophos;i="5.98,244,1673942400"; d="scan'208";a="787123778" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 08 Mar 2023 05:39:46 -0800 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pZu1B-00029h-2Y; Wed, 08 Mar 2023 13:39:45 +0000 Date: Wed, 8 Mar 2023 21:38:48 +0800 From: kernel test robot To: Konstantin Komarov Cc: oe-kbuild-all@lists.linux.dev, 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: <202303082142.4c6xfUOe-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 63355b9884b3d1677de6bd1517cd2b8a9bf53978 commit: 6e5be40d32fb1907285277c02e74493ed43d77fe fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile date: 1 year, 7 months ago config: sh-randconfig-r013-20230307 (https://download.01.org/0day-ci/archive/20230308/202303082142.4c6xfUOe-lkp@intel.com/config) compiler: sh4-linux-gcc (GCC) 12.1.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 mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sh olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sh SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303082142.4c6xfUOe-lkp@intel.com/ 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 https://github.com/intel/lkp-tests