From owner-dev-commits-src-all@freebsd.org Wed Dec 30 18:15:29 2020 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B82C4CACB7; Wed, 30 Dec 2020 18:15:29 +0000 (UTC) (envelope-from rlibby@gmail.com) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5fbP0R2zz4TP9; Wed, 30 Dec 2020 18:15:28 +0000 (UTC) (envelope-from rlibby@gmail.com) Received: by mail-qk1-f178.google.com with SMTP id z11so14577597qkj.7; Wed, 30 Dec 2020 10:15:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BspoO4zPLuABe+kv0nUa2BiLrcl7KliB87pxQ502A2k=; b=FirrOnikVsJKpHN8s0rtyF4w5zDhlh+onE/G1x+VK7kpF2aXB0aAA5hawIEtG60uzf kB26c514AbzeB31tgTIvxPwVvRmMCTLzlv/8WcRX71FLtEL41c7SWrnGyVfJZF2MHWg8 Di8P7R/sHqoK4cOILUARfZDdScDD8M+vZb1Y7DxNiDB1Xzqk8sVKAlntG85l2cIBEn2C h1Q8CKSO02cPx8l6kxNbvM24UuU5/12kq3kDtKrYPr4YlwKV5Fjw2MUXCkl1vSWoj1LB 7RBcp6HC7Bb2qEiAxQ/HjcMcdqq7jnOhYDa65lJjK2qfPe8zCg3WuQb/7sY4qe59jYhS ZBNQ== X-Gm-Message-State: AOAM533WJNaIpagMHwIkTY95yl7SOWFY/FIzAKvKKkY+AAlp8qgGGGrz NYsdiiqZxg3AvNPMmgUOQ+qhD/6mcJ3vJA== X-Google-Smtp-Source: ABdhPJwNOv+JnzzAg32HYxe+8/jyrLMoyrdhOXgJWmNaBBc+sMLrg2aoqEFanXhMSjNfyJPnJKrKmg== X-Received: by 2002:a37:9f4c:: with SMTP id i73mr54345760qke.82.1609352127395; Wed, 30 Dec 2020 10:15:27 -0800 (PST) Received: from mail-qt1-f174.google.com (mail-qt1-f174.google.com. [209.85.160.174]) by smtp.gmail.com with ESMTPSA id y67sm18499280qka.68.2020.12.30.10.15.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 30 Dec 2020 10:15:27 -0800 (PST) Received: by mail-qt1-f174.google.com with SMTP id y15so11446339qtv.5; Wed, 30 Dec 2020 10:15:27 -0800 (PST) X-Received: by 2002:aed:2088:: with SMTP id 8mr39921384qtb.174.1609352126968; Wed, 30 Dec 2020 10:15:26 -0800 (PST) MIME-Version: 1.0 References: <202012292306.0BTN6ivw093358@gitrepo.freebsd.org> <0af13399-f119-06aa-c249-2fe8069dd631@FreeBSD.org> In-Reply-To: <0af13399-f119-06aa-c249-2fe8069dd631@FreeBSD.org> From: Ryan Libby Date: Wed, 30 Dec 2020 10:15:16 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 To: John Baldwin Cc: Kyle Evans , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4D5fbP0R2zz4TP9 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 18:15:29 -0000 On Wed, Dec 30, 2020 at 9:43 AM John Baldwin wrote: > > On 12/29/20 7:10 PM, Ryan Libby wrote: > > I checked amd64 and it failed due to pkru. I don't think we care to fix > > that either, but we technically could of course. For amd64 the external > > toolchain with gcc 6.4 is broken at the moment but will be fixed after a > > few more MFCs. > > Just to be explicit, we do not care about building amd64 with 4.2.1 at this > point on 12.x. Getting it building with less ancient GCC is a noble goal, > but architectures that build fine with clang in stable/12 do not need to > build with gcc 4.2.1. > > -- > John Baldwin Yes, I'm on board with this.