* cp-tree.h: get rid of needs_virtual_reinit bit.
authorMatt Austern <austern@apple.com>
Tue, 10 Dec 2002 21:53:49 +0000 (21:53 +0000)
committerMatt Austern <austern@gcc.gnu.org>
Tue, 10 Dec 2002 21:53:49 +0000 (21:53 +0000)
From-SVN: r60014

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 28bdb17b51e846221606913fd83c46537b8146c0..9e56913ef1f29931be0cbec105da2f6ecfec0cb7 100644 (file)
@@ -1,3 +1,6 @@
+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>
 
        * NEWS: Document removal of in-class initialization extension for 
index f8a0195ef073ea659bf75ef90c89300c08e7efaa..94e922c8b2a2e6b1ffa71cc563c8a02a395cc061 100644 (file)
@@ -1117,7 +1117,6 @@ struct lang_type_class GTY(())
   unsigned has_arrow_overloaded : 1;
   unsigned interface_only : 1;
   unsigned interface_unknown : 1;
-  unsigned needs_virtual_reinit : 1;
 
   unsigned marks: 6;
   unsigned vec_new_uses_cookie : 1;
@@ -1152,7 +1151,7 @@ struct lang_type_class GTY(())
   /* 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
      remove a flag.  */
-  unsigned dummy : 4;
+  unsigned dummy : 5;
 
   tree primary_base;
   tree vfields;