This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: _cp_pop_exception crash
- To: matthew at ooc dot com (Matthew Newhook)
- Subject: Re: _cp_pop_exception crash
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Tue, 13 Oct 98 14:48:36 PDT
- Cc: egcs at cygnus dot com
The developers will need a full test case to debug the problem.
> The user code did:
>
> catch(some_exception&)
> {
> continue;
> }
> Any ideas?
That fragment alone won't be enough to figure out what is going on.
Please send a complete test case (a complete program) to
egcs-bugs@cygnus.com, so that the experts will be able to run it through
and figure out what goes wrong.