http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54718
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2012-09-26 Ever Confirmed|0 |1 --- 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? (it seems to work on x86_64). What's the last bad revision you tested?