[EMAIL PROTECTED] 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