aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 0513c7e..08ec1c9 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -6821,7 +6821,7 @@ finish_vtbls (t)
tree base = BINFO_BASETYPE (TYPE_BINFO (t), i);
if (TREE_VIA_VIRTUAL (base))
{
- tree vbase = binfo_for_vbase (BINFO_TYPE (base), t);
+ vbase = binfo_for_vbase (BINFO_TYPE (base), t);
BINFO_VPTR_FIELD (base) = BINFO_VPTR_FIELD (vbase);
}
}