From owner-freebsd-current@FreeBSD.ORG Fri Jan 9 00:21:33 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A45D106566C for ; Fri, 9 Jan 2009 00:21:33 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 7BE6E8FC1A for ; Fri, 9 Jan 2009 00:21:33 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n090LXPU092915; Thu, 8 Jan 2009 16:21:33 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n090LXEu092914; Thu, 8 Jan 2009 16:21:33 -0800 (PST) (envelope-from sgk) Date: Thu, 8 Jan 2009 16:21:33 -0800 From: Steve Kargl To: "O. Hartmann" Message-ID: <20090109002133.GA92874@troutmask.apl.washington.edu> References: <49668763.8020705@mail.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49668763.8020705@mail.zedat.fu-berlin.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: gcc 4.3: when will it become standard compiler? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 00:21:33 -0000 On Fri, Jan 09, 2009 at 12:08:19AM +0100, O. Hartmann wrote: > When will gcc 4.3 incorporated in FreeBSD 8 and become the standard > compiler suite? We figured out that gcc 4.3 does have a speed gain in > some numerical code of 3 - 8 % and I guess we can use this in the basic > OS as well ... > Probably not for a very long time. gcc 4.3 requires both GMP and MPFR libraries. Neither library is in src. gcc 4.3 is also subject to the GPLv3 license. This may have a negative impact on contributions from commercial entities such as Juniper. Is there a problem with using port/lang/gcc43? -- Steve