aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 1aa9b8d..50c1fd6 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -789,6 +789,7 @@ wrapup_globals_for_namespace (tree namespace, void* data)
if (last_time)
{
check_global_declarations (vec, len);
+ emit_debug_global_declarations (vec, len);
return 0;
}