From owner-freebsd-current@FreeBSD.ORG Thu Jan 15 08:45:39 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 ABEC9106566B for ; Thu, 15 Jan 2009 08:45:39 +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 684AC8FC0A for ; Thu, 15 Jan 2009 08:45:37 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 761C29CB05D; Thu, 15 Jan 2009 09:45:18 +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 FI-3Sk+4JWhu; Thu, 15 Jan 2009 09:45:16 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2F70C9CB06D; Thu, 15 Jan 2009 09:45:16 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id n0F8jG6l091579; Thu, 15 Jan 2009 09:45:16 +0100 (CET) (envelope-from rdivacky) Date: Thu, 15 Jan 2009 09:45:16 +0100 From: Roman Divacky To: Sabeeh Baig Message-ID: <20090115084515.GA91157@freebsd.org> References: 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: freebsd-current@freebsd.org Subject: Re: Alternatives to gcc (was 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: Thu, 15 Jan 2009 08:45:40 -0000 On Wed, Jan 14, 2009 at 06:07:48PM -0500, Sabeeh Baig wrote: > There is work being done on PCC, which is already capable of compiling > the OpenBSD and NetBSD userlands. PCC is also quite a bit smaller and > already performs better than GCC. OpenBSD folks are helping with the > development of PCC, so they can replace GCC in the base. That might > be a solution for FreeBSD too, at least as a system compiler. GCC > could be available as an add-on through ports for those who need it. I really dont see any reason why there must be only ONE compiler that can be used to compile FreeBSD. If you will work on making FreeBSD compile with pcc I am sure noone will mind. I am working on clang..... someone else might pick cparser and god knows what else....