This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: handling setjmp/longjmp in new front-end
- To: kenner at vlsi1 dot ultra dot nyu dot edu, rth at redhat dot com
- Subject: Re: handling setjmp/longjmp in new front-end
- From: dewar at gnat dot com
- Date: Fri, 29 Dec 2000 08:18:29 -0500 (EST)
- Cc: gcc at gcc dot gnu dot org
<<What are the odds of getting Ada to use GCC's language
independant exception handling code?
>>
This is definitely on the list of things to look at, but we are not
putting it on the critical path right now.
> The only extra restriction that I am aware of is that you cannot
> __builtin_longjmp to a jmpbuf within the current function.
This indeed seems like a problematic restriction.