* c-decl.c (bind): Note a smash when needed.
commitdeb1d53e03c61fa166aff3e7605d57f2813ba521
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2007 17:00:33 +0000 (4 17:00 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2007 17:00:33 +0000 (4 17:00 +0000)
tree8edc7d570493464d10baeb4e1ae02a066f89d99e
parent7f4d0aa425f43827d66afcb625c6a307b8d04f02
* c-decl.c (bind): Note a smash when needed.
(c_decl_re_bind): Pass function definitions to
cgraph_finalize_function.
(c_builtin_function): Don't use decl's TREE_CHAIN for
visible_builtins linked list.
(push_file_scope): Update.
(duplicate_decls): Also avoid smashing objects in external scope.
(start_function): Don't call c_parser_note_smash.
* toplev.c (start_as): Fix argv argument to pex_run.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/incremental-compiler@129019 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/toplev.c