From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@lucon.org (H.J. Lu) To: mrs@wrs.com (Mike Stump) Cc: egcs@cygnus.com Subject: Re: More exception bug Date: Wed, 08 Oct 1997 15:42:00 -0000 Message-id: References: <199710040012.RAA21374@kankakee.wrs.com> X-SW-Source: 1997-10/msg00330.html > > > 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)