From nobody Sat Mar 12 21:37:50 2022 X-Original-To: toolchain@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id DC0691A097B4 for ; Sat, 12 Mar 2022 21:37:54 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4KGGPB6dQwz3pds; Sat, 12 Mar 2022 21:37:50 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 7C4DB33E8D; Sat, 12 Mar 2022 16:37:50 -0500 (EST) Received: from naga.home (80-121-40-203.adsl.highway.telekom.at [80.121.40.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 06B0033E8C; Sat, 12 Mar 2022 16:37:49 -0500 (EST) Date: Sat, 12 Mar 2022 22:37:50 +0100 (CET) From: Gerald Pfeifer To: Piotr Kubaj , toolchain@FreeBSD.org Subject: Re: [Bug 261977] lang/gcc12-devel: enable LTO In-Reply-To: Message-ID: <3590f79c-3a93-f8c-5e5-8aa484b358b5@pfeifer.com> References: List-Id: Maintenance of FreeBSD s integrated toolchain List-Archive: https://lists.freebsd.org/archives/freebsd-toolchain List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4KGGPB6dQwz3pds X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[gerald]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[toolchain]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[80.121.40.203:received] X-ThisMailContainsUnwantedMimeParts: N Why are you making these changes, Piotr? Who does this really benefit? There is much, *much*, *MUCH* more important tasks around the lang/gcc* ports, and if anything this increases the risk for some of them. If you can and want to help, updating GCC_DEFAULT from 10 and 11 is overdue, yet stuck: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258378 Gerald On Sat, 12 Mar 2022, bugzilla-noreply@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261977 > > --- Comment #5 from commit-hook@FreeBSD.org --- > A commit in branch main references this bug: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=c1d00dc843e253fc9c7029fdff88535802466f58 > > commit c1d00dc843e253fc9c7029fdff88535802466f58 > Author: Piotr Kubaj > AuthorDate: 2022-03-12 20:46:50 +0000 > Commit: Piotr Kubaj > CommitDate: 2022-03-12 20:46:50 +0000 > > lang/gcc11-devel: switch to LTO bootstrap > > Following successful builds of lang/gcc12-devel on amd64, i386, aarch64, > powerpc > and powerpc64 and lack of actiol from toolchain@, switch lang/gcc11-devel > to > LTO as well. > > PR: 261977 > > lang/gcc11-devel/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)