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 E67F5C433EF for ; Tue, 29 Mar 2022 23:03:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239342AbiC2XFW (ORCPT ); Tue, 29 Mar 2022 19:05:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233517AbiC2XFR (ORCPT ); Tue, 29 Mar 2022 19:05:17 -0400 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A61153709 for ; Tue, 29 Mar 2022 16:03:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648595013; x=1680131013; h=date:from:to:cc:subject:message-id:mime-version; bh=JYC7kZewls0EUBMwCBbLh1pyA6+WveQyyxh7VsX4Siw=; b=Jc/VM58gNgh0zZ1LcFEmgXyH1YD8IVYMG2MVyf2fsZTP6SRemGFmE6fG 00MdvCWh5fZWYUMXZgicNKyAzePq6PrIKaOjnoeMZQEgGZK+FRjvm2Eix eIssn5cqOy5B+xDs1QGYYZ+jgHQC3w8UZq1tswlZJVZHqypAIArzwMvKv q2IOfyXVXa4DDppKDR7CFkiQRhprH+sFU7BB2Ai7UVhYlrldiuj1Ut1ZP stb6A0WM/B/FiRja+LqjP4gp/jXZq/LoVOCZJmCsl8vsTXXUxstRAlXsI JfQ6BoRb3kvq3lNm9+fd5zIfSUwlGbVxjJ5EyRNgqT9UCpmM5m83DotZs w==; X-IronPort-AV: E=McAfee;i="6200,9189,10301"; a="246895042" X-IronPort-AV: E=Sophos;i="5.90,220,1643702400"; d="scan'208";a="246895042" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2022 16:03:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,220,1643702400"; d="scan'208";a="546606956" Received: from lkp-server01.sh.intel.com (HELO 3965e2759b93) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 29 Mar 2022 16:03:31 -0700 Received: from kbuild by 3965e2759b93 with local (Exim 4.92) (envelope-from ) id 1nZKs6-0000kz-Is; Tue, 29 Mar 2022 23:03:30 +0000 Date: Wed, 30 Mar 2022 07:02:57 +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: <202203300652.dL6NnB77-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: 13776ebb9964b2ea66ffb8c824c0762eed6da784 commit: 6e5be40d32fb1907285277c02e74493ed43d77fe fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile date: 8 months ago config: sh-randconfig-r032-20220330 (https://download.01.org/0day-ci/archive/20220330/202203300652.dL6NnB77-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 https://01.org/lkp