http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53706
--- Comment #20 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-06-27 09:00:52 UTC --- > --- Comment #19 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2012-06-27 > 06:30:05 UTC --- > Alas, it doesn't work on i686 or x86_64: the free_alloc_pool in vt_finalize > has > to be conditional on non-NULL, because we will skip vt_emit_notes (and thus > the > initializer) in some cases. I'm in awe that this didn't happen on ia64! An i386-pc-solaris2.10 bootstrap with Uros' patch and the guard added is now well into building the target libraries, so the bootstrap failure is gone. I'll report if I notice any testsuite regressions. Thanks. Rainer