From owner-freebsd-ports@freebsd.org Tue Sep 10 00:32:24 2019 Return-Path: Delivered-To: freebsd-ports@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 C3CABE635A for ; Tue, 10 Sep 2019 00:32:24 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-cmomta03.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46S5Zv6tLtz4qLB for ; Tue, 10 Sep 2019 00:32:23 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.161.151]) by cmsmtp with ESMTP id 7U4xi0vFUWnTi7U50iYz2Z; Tue, 10 Sep 2019 00:32:22 +0000 Date: Tue, 10 Sep 2019 00:29:12 +0000 From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: gcc(6)-aux falling behind? X-CMAE-Envelope: MS4wfMyPnPVetA4MxEOtku25cnnUASqA97kiGquqadK8xRQYKXgza9BoI0HdIqp99i945sOzPNJN4dkqFV4EQMnsIdF2hNM8VgiSq72KedMuxZV3KEAp2cf2 8wrlw/tcZmipp4YwznJENWgPsFKKZ+t/Ji4K7uT6vxy2sPZ6fb2u8vkj X-Rspamd-Queue-Id: 46S5Zv6tLtz4qLB X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mueller6722@twc.com designates 107.14.73.228 as permitted sender) smtp.mailfrom=mueller6722@twc.com X-Spamd-Result: default: False [1.20 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; RECEIVED_SPAMHAUS_PBL(0.00)[151.161.28.96.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.14.73.0/24]; FREEMAIL_FROM(0.00)[twc.com]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[twc.com]; IP_SCORE_FREEMAIL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; MISSING_MID(2.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; IP_SCORE(0.00)[ip: (-3.80), ipnet: 107.14.73.0/24(-2.63), asn: 7843(-2.10), country: US(-0.05)]; RCVD_IN_DNSWL_NONE(0.00)[228.73.14.107.list.dnswl.org : 127.0.5.0]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7843, ipnet:107.14.73.0/24, country:US]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[twc.com]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 00:32:24 -0000 I notice gcc advancing to 7.4, 8.3 and 9.2 while gcc-aux has not gone above v6. I believe this is the only Ada compiler for FreeBSD and NetBSD. Would it be possible to build a gcc that includes Ada using gcc6-aux on the source code for gcc 7.4 or 8.3? Fact that it hasn't been done suggests there might be a reason why. I had even thought about the possibility of using gcc6-aux or gcc5-aux to cross-compile a gcc for Linux. Tom