summaryrefslogtreecommitdiffstats
path: root/gcc/cp/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/dump.c')
-rw-r--r--gcc/cp/dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c
index 2098d9b8b0f..dc767bc8fa7 100644
--- a/gcc/cp/dump.c
+++ b/gcc/cp/dump.c
@@ -530,6 +530,7 @@ dequeue_and_dump (di)
dump_child ("flds", TYPE_FIELDS (t));
dump_child ("fncs", TYPE_METHODS (t));
+ dump_child ("vfld", TYPE_VFIELD (t));
queue_and_dump_index (di, "binf", TYPE_BINFO (t),
DUMP_BINFO);
}
OpenPOWER on IntegriCloud