]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/class.c
Commit the vtable verification feature. This feature is designed to
[thirdparty/gcc.git] / gcc / cp / class.c
index f0c515269e2327c77ee93ac26b57842eaa1d0f7e..2f08d5f0c7c1b5b823a16b9f77e56e1aeaebe579 100644 (file)
@@ -6485,6 +6485,9 @@ finish_struct_1 (tree t)
 
   maybe_suppress_debug_info (t);
 
+  if (flag_vtable_verify)
+    vtv_save_class_info (t);
+
   dump_class_hierarchy (t);
 
   /* Finish debugging output for this type.  */