aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 6643047b60f..87c6eec1e08 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -17799,6 +17799,7 @@ mark_class_instantiated (tree t, int extern_p)
if (! extern_p)
{
CLASSTYPE_DEBUG_REQUESTED (t) = 1;
+
rest_of_type_compilation (t, 1);
}
}