summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraustern <austern@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-10 21:53:49 +0000
committeraustern <austern@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-10 21:53:49 +0000
commit536ae90b00a5e82f6678d8d91cb6ad4b2436c6bf (patch)
tree08a57b24df81d02eb37b0f8db434de3749905f15
parentcd94987550c6a158ac605fecb36d930dcd34f320 (diff)
downloadppe42-gcc-536ae90b00a5e82f6678d8d91cb6ad4b2436c6bf.tar.gz
ppe42-gcc-536ae90b00a5e82f6678d8d91cb6ad4b2436c6bf.zip
* cp-tree.h: get rid of needs_virtual_reinit bit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60014 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/ChangeLog3
-rw-r--r--gcc/cp/cp-tree.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 28bdb17b51e..9e56913ef1f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index f8a0195ef07..94e922c8b2a 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -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;
OpenPOWER on IntegriCloud