From owner-freebsd-current@FreeBSD.ORG Fri Jan 9 09:21:36 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 6481B1065673 for ; Fri, 9 Jan 2009 09:21:36 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 1D8478FC1C for ; Fri, 9 Jan 2009 09:21:36 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 7A22F9CB12C; Fri, 9 Jan 2009 10:21:26 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Hc8fUKGmhf6B; Fri, 9 Jan 2009 10:21:23 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A277E9CB232; Fri, 9 Jan 2009 10:21:23 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id n099LNb1078268; Fri, 9 Jan 2009 10:21:23 +0100 (CET) (envelope-from rdivacky) Date: Fri, 9 Jan 2009 10:21:23 +0100 From: Roman Divacky To: Jiawei Ye Message-ID: <20090109092123.GA78163@freebsd.org> References: <49668763.8020705@mail.zedat.fu-berlin.de> <20090108233311.GA69883@keltia.freenix.fr> <20090109083404.GB55615@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: Ollivier Robert , 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:21:37 -0000 On Fri, Jan 09, 2009 at 04:45:00PM +0800, Jiawei Ye wrote: > On Fri, Jan 9, 2009 at 4:34 PM, Roman Divacky wrote: > > I am working a little on clang/llvm and I also looked at pcc, it's not > > there yet to be able to compile world/kernel but it's progressing well... > > > > > > there are two major features missing from clang (designated initializers > > and wchars) that prevents it from compiling world/kernel, and of course > > bugs :) but I am periodically checking how it performs and I post thebugs > > to the llvm/clang team... > > > > I believe we'll have it one day :) > > > > roman > What about llvm-gcc4? This has more compatibility with gcc than clang. it sure does.... now, but I think it's and dead end (for a number of reasons) I like clang better (and hence I work on that)