From owner-freebsd-current@FreeBSD.ORG Fri Jan 9 09:19:37 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 891D31065680 for ; Fri, 9 Jan 2009 09:19:37 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id CCFCB8FC0C for ; Fri, 9 Jan 2009 09:19:36 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 09 Jan 2009 09:19:35 -0000 Received: from p54A3E499.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.228.153] by mail.gmx.net (mp038) with SMTP; 09 Jan 2009 10:19:35 +0100 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX18UyVlf8s8U0cBfdmkXtBDUmFdlTgs5OhYDmxokrL gG4SPKW+DndB5q Message-ID: <496716A6.7010606@gmx.de> Date: Fri, 09 Jan 2009 10:19:34 +0100 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Ollivier Robert References: <49668763.8020705@mail.zedat.fu-berlin.de> <20090109002133.GA92874@troutmask.apl.washington.edu> <20090109084908.GA76970@keltia.freenix.fr> In-Reply-To: <20090109084908.GA76970@keltia.freenix.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 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 09:19:38 -0000 Ollivier Robert schrieb: > According to Steve Kargl: >> Probably not for a very long time. gcc 4.3 requires both GMP and >> MPFR libraries. Neither library is in src. > > I do not know what MPFR is (something about FP, right?) but I wonder at why > GMP could be needed by a compiler... Mostly host independent constant folding.