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 X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68E4AC433ED for ; Sun, 2 May 2021 18:38:51 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 283C7611CB for ; Sun, 2 May 2021 18:38:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 283C7611CB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:Mime-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=n7vXQrDU1snIqn+L5/umENcEsqfvF/S7Dtyxn8KGXks=; b=WibUzR1X4mrHr4JyFOFpsL2HG TzKAk71viQQzlWNYd7KX4oC+yxlyYejjF7wlx2xtZwvak5oPKCizfS1V5nT7fEyvGCB+2e27BYpGz xFQNIg4Sn82yHmjy1lCWs0DwD1YwNLTHmySK8usEVYD06iVL9qH5uj5yqrPKl5AiqyRrTAvHtnH9K F8kVYlfrWzsrOpg7mbG0/y9wIkUC+Z3vasHeIGFApk9RiemqMkx9ps7GW0YlGr6yc2gRru3KExY+f zSwm+nY7j6UxVd+Mscuu8v16d2gawHFlRFnyLEdMLCFlN75hAjXXqdJQaCRMPDOKrIIjBkTkFjl8i 3gH/B0Keg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ldGxj-00CEcC-58; Sun, 02 May 2021 18:37:03 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ldGxe-00CEbp-Md; Sun, 02 May 2021 18:36:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:Mime-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4jYiCZQjexbdGm3v5yS6x4GmoH4Ry5pMX56ueM3f4HU=; b=zkmWwzxq+l+AVKygyWamWtJRtJ wsfCEULPSl7nMJzEquIYidhH8Nrm17mABbzN2jfZy/lqP7WEoy0H24ZNJZX/StASiNsB4dJITjywP OpHSQyww6kl694NJCODfACCLJirzPzTmmIdjyRwE8JRUCp+JDds1DADsKPo5yw2c/NLxmVPR88EKt HEn71pCDpYkT3mu97nq/Qe2P2Azt2L8xWiNTZ+GXQT3NndWSi5uDvW8v8kOTAdMRxWpXGSI064N9D kGDeRokKYHBUnNUzLOD7m87kkc8+TWmlrHzN38j3DR1X7DhKk6/55AeWv+ZnC64RcRNhUzO7w0cTV /5It5tkA==; Received: from gate.crashing.org ([63.228.1.57]) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ldGxb-002daN-Ek; Sun, 02 May 2021 18:36:56 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 142IUXWH028181; Sun, 2 May 2021 13:30:33 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 142IUUr9028168; Sun, 2 May 2021 13:30:30 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Sun, 2 May 2021 13:30:30 -0500 From: Segher Boessenkool To: Joe Perches Cc: Miguel Ojeda , Masahiro Yamada , Albert Ou , Arnd Bergmann , Linux Kbuild mailing list , Greg Kroah-Hartman , Jonathan Corbet , Linux Doc Mailing List , linux-kernel , Linus Torvalds , Palmer Dabbelt , Paul Walmsley , Catalin Marinas , Miguel Ojeda , Paul Mackerras , linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, Will Deacon , Linux ARM Subject: Re: [PATCH] Raise the minimum GCC version to 5.2 Message-ID: <20210502183030.GF10366@gate.crashing.org> References: <20210501151538.145449-1-masahiroy@kernel.org> <3943bc020f6227c8801907317fc113aa13ad4bad.camel@perches.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <3943bc020f6227c8801907317fc113aa13ad4bad.camel@perches.com> User-Agent: Mutt/1.4.2.3i X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210502_113655_852880_EC2B8B9F X-CRM114-Status: UNSURE ( 7.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, May 01, 2021 at 07:41:53PM -0700, Joe Perches wrote: > Why not raise the minimum gcc compiler version even higher? The latest GCC 5 release is only three and a half years old. Do you really want to require bleeding edge tools? Segher _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel