Commit e2089d72 by Jan Hubicka Committed by Jan Hubicka

cgraphunit.c (cgraph_function_and_variable_visibility): Extern inline functions are not local.


	* cgraphunit.c (cgraph_function_and_variable_visibility): Extern
	inline functions are not local.

From-SVN: r100514
parent 84c76d40
2005-06-02 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (cgraph_function_and_variable_visibility): Extern
inline functions are not local.
2005-06-02 Kazu Hirata <kazu@codesourcery.com>
* gimplify.c (gimplify_ctx): Change the type of case_labels to
......
......@@ -1048,6 +1048,7 @@ cgraph_function_and_variable_visibility (void)
node->local.externally_visible = 1;
node->local.local = (!node->needed
&& node->analyzed
&& !DECL_EXTERNAL (node->decl)
&& !node->local.externally_visible);
}
for (vnode = cgraph_varpool_nodes_queue; vnode; vnode = vnode->next_needed)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment