This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Where is setup for "goto" in nested function created?
- From: Ian Lance Taylor <iant at google dot com>
- To: hutchinsonandy at aim dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 22 May 2008 11:26:24 -0700
- Subject: Re: Where is setup for "goto" in nested function created?
- References: <8CA8A44B38A443F-9F4-7A6@webmail-da21.sysops.aol.com>
hutchinsonandy@aim.com writes:
> However, for a normal goto used inside a nested function, a
> different part of gcc creates the code to store frame pointer (not
> expand_builtin_setjmp_setup). I can't find this code.
I think you are looking for expand_builtin_nonlocal_goto in
builtins.c.
Ian