Commit 3932057c by Matt Austern Committed by Matt Austern

* cp-tree.h: get rid of needs_virtual_reinit bit.

From-SVN: r60014
parent 35cfd291
2002-12-10 Matt Austern <austern@apple.com>
* cp-tree.h: get rid of needs_virtual_reinit bit.
2002-12-09 Mark Mitchell <mark@codesourcery.com> 2002-12-09 Mark Mitchell <mark@codesourcery.com>
* NEWS: Document removal of in-class initialization extension for * NEWS: Document removal of in-class initialization extension for
......
...@@ -1117,7 +1117,6 @@ struct lang_type_class GTY(()) ...@@ -1117,7 +1117,6 @@ struct lang_type_class GTY(())
unsigned has_arrow_overloaded : 1; unsigned has_arrow_overloaded : 1;
unsigned interface_only : 1; unsigned interface_only : 1;
unsigned interface_unknown : 1; unsigned interface_unknown : 1;
unsigned needs_virtual_reinit : 1;
unsigned marks: 6; unsigned marks: 6;
unsigned vec_new_uses_cookie : 1; unsigned vec_new_uses_cookie : 1;
...@@ -1152,7 +1151,7 @@ struct lang_type_class GTY(()) ...@@ -1152,7 +1151,7 @@ struct lang_type_class GTY(())
/* There are some bits left to fill out a 32-bit word. Keep track /* There are some bits left to fill out a 32-bit word. Keep track
of this by updating the size of this bitfield whenever you add or of this by updating the size of this bitfield whenever you add or
remove a flag. */ remove a flag. */
unsigned dummy : 4; unsigned dummy : 5;
tree primary_base; tree primary_base;
tree vfields; tree vfields;
......
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