https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53927

--- Comment #12 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Fri Jun  6 08:13:24 2014
New Revision: 211308

URL: http://gcc.gnu.org/viewcvs?rev=211308&root=gcc&view=rev
Log:
    PR debug/53927
    * function.c (instantiate_decls): Process the saved static chain.
    (expand_function_start): If not optimizing, save the static chain
    onto the stack.
    * tree-nested.c (convert_all_function_calls): Always create the static
    chain for nested functions if not optimizing.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c
    trunk/gcc/tree-nested.c

Reply via email to