ipa.c: Include pointer-set.h
authorJan Hubicka <jh@suse.cz>
Thu, 8 Jul 2010 14:20:23 +0000 (16:20 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 8 Jul 2010 14:20:23 +0000 (14:20 +0000)
commit5dde3b0174313d39691008d01204b59223a54496
treeb48a07adef9b35b2300676942bad2b110175cd69
parentcf8ca1a9b7377c4d20fc394adb70733baad5aa19
ipa.c: Include pointer-set.h

* ipa.c: Include pointer-set.h
(cgraph_externally_visible_p): New attribute ALIASED;
when in LTO, hidden symbols are local unless they are aliased.
(function_and_variable_visibility): Compute aliased nodes;
handle LTO and hidden symbol on functions and vars.
* cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
for COMDAT symbols; handle COMDAT_GROUPS also at vars.

From-SVN: r161957
gcc/ChangeLog
gcc/Makefile.in
gcc/cgraph.c
gcc/ipa.c