This is the mail archive of the gcc@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: Where is setup for "goto" in nested function created?


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


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