summaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/mangle.c')
-rw-r--r--gcc/cp/mangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c
index 8983e0dfa69..40508ab0cc3 100644
--- a/gcc/cp/mangle.c
+++ b/gcc/cp/mangle.c
@@ -3491,7 +3491,7 @@ mangle_decl (const tree decl)
n->create_same_body_alias (alias, decl);
}
else
- varpool_extra_name_alias (alias, decl);
+ varpool_node::create_extra_name_alias (alias, decl);
#endif
}
}