------- Comment #3 from hjl dot tools at gmail dot com 2010-05-26 19:52 ------- (In reply to comment #1) > 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, >
I don't think so since it also failed in ibgfortran. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44287