OSDN Git Service

PR debug/39563
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Mar 2009 14:35:03 +0000 (14:35 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Mar 2009 14:35:03 +0000 (14:35 +0000)
commit6fb80942554b30a533007654b3418bbc2f07a01f
treefd2dd5a642f24faf2f5a2b44dda8f15f056e3afc
parent076a4c5c0ef79fbe6ce97bb96968cdf44b03f30c
PR debug/39563
* c-decl.c (struct c_binding): Add locus field.
(bind): Add locus argument, set locus field from it.
(pop_scope): For b->nested VAR_DECL or FUNCTION_DECL,
add a DECL_EXTERNAL copy of b->decl to current BLOCK_VARS.
(push_file_scope, pushtag, pushdecl, pushdecl_top_level,
implicitly_declare, undeclared_variable, lookup_label,
declare_label, c_make_fname_decl, c_builtin_function,
c_builtin_function_ext_scope, store_parm_decls_newstyle): Adjust
bind callers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145293 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c