Re: Fix PR 63566 part 4

2015-02-10 Thread H.J. Lu
On Sun, Feb 8, 2015 at 1:10 PM, Jan Hubicka wrote: > Hi, > this patch finally enables local functions for functions with aliases and > thunks. > > Honza > > PR ipa/63566 > * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases. > (cgraph_node::local_p): Remove thunk

Fix PR 63566 part 4

2015-02-08 Thread Jan Hubicka
Hi, this patch finally enables local functions for functions with aliases and thunks. Honza PR ipa/63566 * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases. (cgraph_node::local_p): Remove thunk related FIXME. Index: ipa-visibility.c ===