-
- Downloads
c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.
2008-04-03 Paolo Bonzini <bonzini@gnu.org> * c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete. * c-tree.h (c_push_function_context, c_pop_function_context): Remove argument. * c-decl.c (c_push_function_context, c_pop_function_context): Remove argument, call {push,pop}_function_context from here. * c-parser.c: Use c_{push,pop}_function_context. * function.c (push_function_context_to): Move meat ... (push_function_context): ... here. Simplify. * function.c (pop_function_context_from): Move meat ... (pop_function_context): ... here. Simplify. * langhooks.h (struct lang_hooks_for_functions): Remove enter_nested, leave_nested). * langhooks-def.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete. (LANG_HOOKS_FUNCTION_INITIALIZER): Delete them from here. * tree.h (push_function_context_to, pop_function_context_from): Remove. cp: 2008-04-03 Paolo Bonzini <bonzini@gnu.org> * method.c (synthesize_method): Use {push,pop}_function_context. * name-lookup.c (push_to_top_level): Likewise. * parser.c (cp_parser_late_parsing_for_member): Likewise. From-SVN: r133860
Showing
- gcc/ChangeLog 21 additions, 0 deletionsgcc/ChangeLog
- gcc/c-decl.c 10 additions, 6 deletionsgcc/c-decl.c
- gcc/c-objc-common.h 0 additions, 6 deletionsgcc/c-objc-common.h
- gcc/c-parser.c 3 additions, 3 deletionsgcc/c-parser.c
- gcc/c-tree.h 2 additions, 2 deletionsgcc/c-tree.h
- gcc/cp/ChangeLog 6 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/method.c 2 additions, 2 deletionsgcc/cp/method.c
- gcc/cp/name-lookup.c 2 additions, 2 deletionsgcc/cp/name-lookup.c
- gcc/cp/parser.c 2 additions, 3 deletionsgcc/cp/parser.c
- gcc/function.c 5 additions, 29 deletionsgcc/function.c
- gcc/langhooks-def.h 0 additions, 4 deletionsgcc/langhooks-def.h
- gcc/langhooks.h 0 additions, 6 deletionsgcc/langhooks.h
- gcc/tree.h 0 additions, 2 deletionsgcc/tree.h
Loading
Please register or sign in to comment