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 D621CC77B73 for ; Thu, 20 Apr 2023 09:47:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234456AbjDTJrD (ORCPT ); Thu, 20 Apr 2023 05:47:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234179AbjDTJq2 (ORCPT ); Thu, 20 Apr 2023 05:46:28 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53CE959F7 for ; Thu, 20 Apr 2023 02:45:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681983937; x=1713519937; h=date:from:to:cc:subject:message-id:mime-version; bh=ltWLJCe9gqa6tKWWAmfyno9kMxrQEBAmd7Hz+aVqTuM=; b=hzKMR7uTjrxXm0rxB++JCJQnJDzMjPhGrgRClRat8xtv9hWI0L3nV21o Su9Zr6myhjQT2AaS356UAJ46bh0Gho7V8FVK3G5v8ZDr76Zln+tfMPdiy E5AFLkABE1qlyPhQe4do3UJDgRyxZ9aCmfx6d30fcrm6MxTIciTYRFIpN RJyDHiNb/HHAvJzPWsWrZEw6Qw6lzUCJYcB2sNJRzergaWZ8N6exj5yHo /HeypgXkqetv9nOZvUi1LJnDLshbfzwdLu6+1s1hge1ASIFQbRXH6cN2u XbqTOSR1k+i54lEIPLHundl8tNS+l3Jn5doKeRSbsPuFKvm5rTcHSs6Y+ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10685"; a="345694486" X-IronPort-AV: E=Sophos;i="5.99,212,1677571200"; d="scan'208";a="345694486" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2023 02:45:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10685"; a="756436514" X-IronPort-AV: E=Sophos;i="5.99,212,1677571200"; d="scan'208";a="756436514" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 20 Apr 2023 02:45:35 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1ppQr8-000fh8-3A; Thu, 20 Apr 2023 09:45:34 +0000 Date: Thu, 20 Apr 2023 17:45:00 +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: <202304201746.0CBdcDQa-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: cb0856346a60fe3eb837ba5e73588a41f81ac05f commit: 6e5be40d32fb1907285277c02e74493ed43d77fe fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile date: 1 year, 8 months ago config: sh-buildonly-randconfig-r005-20230420 (https://download.01.org/0day-ci/archive/20230420/202304201746.0CBdcDQa-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/202304201746.0CBdcDQa-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