* symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 2015 08:58:37 +0000 (08:58 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 2015 08:58:37 +0000 (08:58 +0000)
commitddd4cdce82548f7eddc30b0caa4cb3a5d0a0116a
tree9264313f245864186f9fda4ff8b7a195578c0634
parent04103c39b5bd000fd70c90f04b86ffc46feb37fd
* symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
* lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
variables in boundary that have no inlitalizer encoded and are
not aliases.
* varasm.c (default_binds_local_p_2): External definitions do not
count as definitions here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220749 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto-cgraph.c
gcc/symtab.c
gcc/varasm.c