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]

Re: More exception bug


> 
> > From: hjl@lucon.org (H.J. Lu)
> > To: egcs@cygnus.com
> > Date: Fri, 3 Oct 1997 14:41:55 -0700 (PDT)
> 
> > I was told g++.mike/eh35.C failed because nested exception hanlding
> > didn't work.
> 
> You have been misinformed.  It should work, it did work.
> 

It didn't work for me. gcc uses __eh_value to store exception.
When the new exception is thrown, the old one gets lost and
the same memory gets deleted twice.


-- 
H.J. Lu (hjl@gnu.ai.mit.edu)


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