[basic-improvements] try/finally support for c/c++

Richard Henderson rth@redhat.com
Wed Nov 6 13:49:00 GMT 2002


On Wed, Nov 06, 2002 at 07:24:27PM +0000, Joseph S. Myers wrote:
> setjmp within the block.  longjmp after it's finished executing but before
> the containing function has returned (whether within the finally block or
> after that too has finished).

Ah, yes.

While I suspect that in the current implementation this would work
as expected, I certainly don't want to promise anything of the sort
in the specification.


r~



More information about the Gcc-patches mailing list