[Bug bootstrap/54718] [4.8 regression] ICE in remap_gimple_stmt, at tree-inline.c:1468

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Sep 26 13:54:00 GMT 2012


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?



More information about the Gcc-bugs mailing list