From owner-freebsd-hackers Fri Jan 23 13:52:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19047 for hackers-outgoing; Fri, 23 Jan 1998 13:52:34 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19031 for ; Fri, 23 Jan 1998 13:52:24 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id QAA28175; Fri, 23 Jan 1998 16:52:14 -0500 (EST) Date: Fri, 23 Jan 1998 16:52:13 -0500 (EST) From: John Fieber To: John Polstra cc: hackers@FreeBSD.ORG Subject: Re: egcs and exceptions In-Reply-To: <199801230616.WAA14183@austin.polstra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk On Thu, 22 Jan 1998, John Polstra wrote: > In article , > John Fieber wrote: > > I just built egcs in eager anticipation of working exceptions. > > No dice (just an Abort Trap). Is this something that only works > > on -current? (I'm running 2.2.5) > > Could you please try recompiling your programs with > "-fsjlj-exceptions" on the command line? I think that might help. If > it does, I'll add a patch to the port to make it the default. That does the trick, at least on a simple test case. Do you also have a magic command line option to make some form of automatic template instantiation work? :) Even brain dammaged, bloat producing methods would be helpful. Manually instantiating everything gets ugly really fast with STL. -john