This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [basic-improvements] try/finally support for c/c++ - more tests
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: Mark Mitchell <mark at codesourcery dot com>, Richard Henderson <rth at redhat dot com>, Jakub Jelinek <jakub at redhat dot com>, Aldy Hernandez <aldyh at redhat dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "jason at redhat dot com" <jason at redhat dot com>
- Date: 07 Nov 2002 03:14:25 +0100
- Subject: Re: [basic-improvements] try/finally support for c/c++ - more tests
- Organization: Integrable Solutions
- References: <20021107000307.GQ22215@redhat.com> <38180000.1036629889@warlock.codesourcery.com> <20021107015959.GA17046@egil.codesourcery.com>
Zack Weinberg <zack@codesourcery.com> writes:
| p.s. It would be nifty if setjmp/longjmp could be defined in terms of
| exception handling. Anyone put thought into that?
EH in C++ sense essentially makes control flow flows one direction
whereas setjmp/longjmp transfers control virtually anywhere.
-- Gaby