re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686 with...
authorJan Hubicka <jh@suse.cz>
Mon, 5 Aug 2013 14:51:37 +0000 (16:51 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 5 Aug 2013 14:51:37 +0000 (14:51 +0000)
commit51a5c0c2b26ff09ceba355b45dedde5bac1b0560
tree55b33a90f0a48abd0d1d39a094f6327004fbb3b0
parent65f0a1207d8127d07a33089379bfd962f600bd19
re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686 with -flto after r199422)

PR lto/57602
* cgraph.c (verify_cgraph_node): Accept local flags from other partitions.
* ipa.c (symtab_remove_unreachable_nodes): Do not clear local flag.
(function_and_variable_visibility): Likewise.
* trans-mem.c (ipa_tm_create_version): TM versions are not local.

From-SVN: r201492
gcc/ChangeLog
gcc/cgraph.c
gcc/ipa.c
gcc/trans-mem.c