From owner-freebsd-hackers Mon Aug 18 12:06:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA10542 for hackers-outgoing; Mon, 18 Aug 1997 12:06:08 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA10537 for ; Mon, 18 Aug 1997 12:06:02 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.6/8.8.5) id OAA14914; Mon, 18 Aug 1997 14:05:41 -0500 (EST) From: "John S. Dyson" Message-Id: <199708181905.OAA14914@dyson.iquest.net> Subject: Re: A bit off topic: GCC 2.8??? In-Reply-To: <199708181820.MAA02086@rocky.mt.sri.com> from Nate Williams at "Aug 18, 97 12:20:01 pm" To: nate@mt.sri.com (Nate Williams) Date: Mon, 18 Aug 1997 14:05:41 -0500 (EST) Cc: karpen@ocean.campus.luth.se, hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I'm interested in using exceptions and other final standard C++ thingies, > > and I'm therefor waiting for g++ 2.8.x to show up. It's not in FreeBSD yet, > > but is it out there somewhere? > > Check out the gnu newsgroups on Usenet. Basically, the FSF is getting > beat up by some folks who think they should make a release, since > templates and exceptions are broken. Even the Cygnus folks are > wondering why they don't make a release, since it makes their job harder > to synchronize up with the FSF codes. > The egcs project appears to be a spin-off, and looks like they are moving forward quickly. A contributor has already proposed major improvement to the register allocation (spill) scheme. John