------- Comment #1 from ktietz at gcc dot gnu dot org  2010-05-26 19:49 -------
Hmm, is here rtti in use? Could you please test following patch, if it solves
your bootstrap issue?

Kai

Index: gcc/gcc/cp/rtti.c
===================================================================
--- gcc.orig/gcc/cp/rtti.c      2010-05-26 17:54:18.000000000 +0200
+++ gcc/gcc/cp/rtti.c   2010-05-26 21:46:53.066961700 +0200
@@ -1502,6 +1502,8 @@ emit_support_tinfos (void)
       tree types[3];
       int i;

+      if (bltn == NULL_TREE)
+       continue;
       types[0] = bltn;
       types[1] = build_pointer_type (bltn);
       types[2] = build_pointer_type (cp_build_qualified_type (bltn,


-- 

ktietz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44287

Reply via email to