From e2089d725e78e1a3b34fc3051ad6c804659bc362 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Thu, 2 Jun 2005 22:33:04 +0200 Subject: 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 --- gcc/cgraphunit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cgraphunit.c') diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index ee859f7..d9f3ed0 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -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) -- cgit v1.1