]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cgraphbuild.cc
cgraphbuild.c (record_reference): Update.
authorJan Hubicka <jh@suse.cz>
Sat, 19 May 2012 09:49:47 +0000 (11:49 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 19 May 2012 09:49:47 +0000 (09:49 +0000)
commitc44c2088f77877c43b110c508bbfec492ba487a7
treebb72d53e69f1fe6cb1c4cad585a0b19bdc16980d
parentc80c1ce9510e2840d036d6a5e9b035a659701c41
cgraphbuild.c (record_reference): Update.

* cgraphbuild.c (record_reference): Update.
* lto-cgraph.c (lto_output_varpool_node): External vars
are not in other partition even if they are not output
in current partition.
* gimple-fold.c (can_refer_decl_in_current_unit_p): Take FROM_DECL
argument; fix.
(canonicalize_constructor_val): Take FROM_DECL argument.
(fold_ctor_reference, fold_string_cst_ctor_reference,
fold_array_ctor_reference, fold_nonarray_ctor_reference,
fold_ctor_reference): Likewise.
(fold_const_aggregate_ref_1, gimple_get_virt_method_for_binfo): Update.
* gimple.h (gimple_fold_builtin): Likewise.

From-SVN: r187678
gcc/ChangeLog
gcc/cgraphbuild.c
gcc/gimple-fold.c
gcc/gimple.h