http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54718
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-09-26 13:58:58 UTC --- > --- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-26 > 13:54:35 UTC --- > This means we have a stale gimple_block that is no longer contained in the > BLOCK tree (DECL_INITIAL of the function inlined). Probably caused by > remove_unused_block_scopes. > > Does the preprocessed source trigger the bug on all Solaris cc1plus'en? No, only Solaris/SPARC 11.1, which let me suspect it could be related to the VM system rewrite, which can change the details of address space layout. > (it seems to work on x86_64). Right. > What's the last bad revision you tested? I don't have the build handy since I did a bootstrap without Go afterwards, but I'm pretty sure it still failed in r191695. Rainer