This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: uncaught exception in g++ 3.4 and 4.0
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 9 Sep 2005 16:47:44 -0700
- Subject: Re: uncaught exception in g++ 3.4 and 4.0
- References: <17185.27267.358941.484622@zapata.pink>
On Fri, Sep 09, 2005 at 11:57:07AM +0100, Andrew Haley wrote:
> I can't find a Bugzilla entry for this. Is it really a bug?
You'd have to get a c++ ruling to be sure, but from the code that
makes it to the middle end, it's not a bug.
The main::bar::bar() constructor catches the throw from the foo()
constructor and calls __cxa_call_unexpected to abort.
r~