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: throw, catch, and your favorite debugger...


> > As far as I can tell, egcs 2.91.66 appears to generate correct code.
[...]
> > Tue Dec  8 15:32:56 1998  Andrew MacLeod  <amacleod@cygnus.com>
> > [new rethrow mechanism]
> > 
> > which I think is not part of egcs 1.1. 
[...]
> If I upgrade to 1.1.2, do I get the stuff in 2.91.66, or do I have to pull
> everything from CVS or get a weekly snapshot?

Sorry for the confusion. 1.1.2 *is* 2.91.66. I meant that the
assembler code looks of -fnew-exceptions correct with respect to
implementing the C++ language. 1.1.2 does *not* contain the change
mentioned above, and therefore does not contain __unwinding_cleanup.

You need a snapshot if you want that functionality.

Regards,
Martin


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