This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: uncaught exception in g++ 3.4 and 4.0


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]