From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 23:32:30 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 708F710656E1 for ; Wed, 14 Jan 2009 23:32:30 +0000 (UTC) (envelope-from baigsabeeh@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.191]) by mx1.freebsd.org (Postfix) with ESMTP id 223298FC18 for ; Wed, 14 Jan 2009 23:32:29 +0000 (UTC) (envelope-from baigsabeeh@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so885001rne.12 for ; Wed, 14 Jan 2009 15:32:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=lE6bFI9DuwhA3UU0KaFcbgB1nJ8fIx9F0702HDmAT5g=; b=KBHjpeMTpiOb+iDDNTpD7Zb89t1bZ4ugw8xFOHQJ1t2z5LOw4M6hIE9qMx6GaFN/p8 aTQazFr4OI4Ev3GO550k2knJG7Ht4FPEbGqkj+UPomzbBF+ZjuFgTv84B3WIszpFNwxJ YvKzvp10udR6tOhFrxEaCYiuyqLgU/7WPX18M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Ifbg7BS6vUkdIcGd67aNYWnsoah8oND9pFhT3UpWl/SUrZ7IiR/9I2xSJwPSUNW9be oFYYVA7d3wcj85Sw0d+Iph79wmPgvQZNoEu6s8KH4y3m7Y+cq28PAG4fmhJ2H6dfqGid Omu5eLZOIaN2TzPah3CyPwi9NDEhohIo7TCc0= Received: by 10.150.157.19 with SMTP id f19mr2698356ybe.239.1231974468275; Wed, 14 Jan 2009 15:07:48 -0800 (PST) Received: by 10.151.129.2 with HTTP; Wed, 14 Jan 2009 15:07:48 -0800 (PST) Message-ID: Date: Wed, 14 Jan 2009 18:07:48 -0500 From: "Sabeeh Baig" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: Wed, 14 Jan 2009 23:32:31 -0000 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. Sabeeh Ahmed Baig