From owner-freebsd-current@FreeBSD.ORG Thu Jul 29 17:31:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82D616A4CE; Thu, 29 Jul 2004 17:31:36 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BFD143D58; Thu, 29 Jul 2004 17:31:36 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i6THVZSh001021; Thu, 29 Jul 2004 10:31:35 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i6THVXiA001020; Thu, 29 Jul 2004 10:31:33 -0700 (PDT) (envelope-from sgk) Date: Thu, 29 Jul 2004 10:31:33 -0700 From: Steve Kargl To: Paul Seniura Message-ID: <20040729173132.GA917@troutmask.apl.washington.edu> References: <20040729144205.6ABEF5CA2@techpc04.okladot.state.ok.us> <20040729164738.523C85CA2@techpc04.okladot.state.ok.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040729164738.523C85CA2@techpc04.okladot.state.ok.us> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Scott Long Subject: Re: about the gcc 3.4.x problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jul 2004 17:31:36 -0000 On Thu, Jul 29, 2004 at 11:47:38AM -0500, Paul Seniura wrote: > > At any rate, GCC 3.5 has been available for some time. 3.5 won't be released for at least another year. You can get the GCC cvs branch that is used for 3.5 development, but it is certainly not ready for prime time. I build the 3.5 branch several times a week and there are some severe problems with it (e.g., excessive compile times and excessive use of memory). For those that do not know, the entire middle-end and much of the back-end of GCC has been re-written in 3.5. -- Steve