C++ bootstrap: Internal compiler error in`emit_move_insn', at expr.c:2551

Mark Mitchell mark@codesourcery.com
Thu Dec 30 09:23:00 GMT 1999


Fixed with this patch.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

1999-12-30  Mark Mitchell  <mark@codesourcery.com>

	* class.c (fixup_inline_methods): Clear CLASSTYPE_INLINE_FRIENDS.

Index: class.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/class.c,v
retrieving revision 1.213
diff -c -p -r1.213 class.c
*** class.c	1999/12/29 20:05:41	1.213
--- class.c	1999/12/30 17:22:27
*************** fixup_inline_methods (type)
*** 4209,4214 ****
--- 4209,4215 ----
         method; 
         method = TREE_CHAIN (method))
      fixup_pending_inline (DECL_PENDING_INLINE_INFO (TREE_VALUE (method)));
+   CLASSTYPE_INLINE_FRIENDS (type) = NULL_TREE;
  }
  
  /* Calculate the TYPE_SIZE, TYPE_ALIGN, etc for T.  Calculate


More information about the Gcc-bugs mailing list