This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [basic-improvements] try/finally support for c/c++ - more tests


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


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