Commit bc46bade by Jason Merrill

tweak decl syntax

From-SVN: r47704
parent 742a37d5
...@@ -6821,7 +6821,7 @@ finish_vtbls (t) ...@@ -6821,7 +6821,7 @@ finish_vtbls (t)
tree base = BINFO_BASETYPE (TYPE_BINFO (t), i); tree base = BINFO_BASETYPE (TYPE_BINFO (t), i);
if (TREE_VIA_VIRTUAL (base)) 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); BINFO_VPTR_FIELD (base) = BINFO_VPTR_FIELD (vbase);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment