summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1995-03-23 00:44:31 +0000
committerMike Stump <mrs@gcc.gnu.org>1995-03-23 00:44:31 +0000
commit28cbf42c14d84ef906619aa7c180a72c6acea2fb (patch)
tree4f1e4e8ef3d2346d45415ed424a05c7b344ede61 /gcc/cp/tree.c
parente96a50ccad69f136f81e4d81b24282fa78dacb23 (diff)
downloadgcc-28cbf42c14d84ef906619aa7c180a72c6acea2fb.tar.gz
59th Cygnus<->FSF merge
From-SVN: r9225
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r--gcc/cp/tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index 763d768148c..712a76f7923 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "tree.h"
#include "cp-tree.h"
#include "flags.h"
+#include "rtl.h"
#define CEIL(x,y) (((x) + (y) - 1) / (y))
@@ -826,6 +827,7 @@ layout_basetypes (rec, binfos)
DECL_FIELD_CONTEXT (decl) = rec;
DECL_CLASS_CONTEXT (decl) = rec;
DECL_FCONTEXT (decl) = basetype;
+ DECL_SAVED_INSNS (decl) = NULL_RTX;
DECL_FIELD_SIZE (decl) = 0;
DECL_ALIGN (decl) = TYPE_ALIGN (ptr_type_node);
TREE_CHAIN (decl) = vbase_decls;