[Bug bootstrap/50709] stage3 bootstrap comparison failure with --disable-checking config option
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 17 11:23:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-10-17
Ever Confirmed|0 |1
--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-17 11:21:55 UTC ---
/* Be sure that caches are maintained consistent. */
#ifdef ENABLE_CHECKING
reset_edge_growth_cache (edge);
reset_node_growth_cache (edge->callee);
#endif
in inline_small_functions - that for sure looks bogus (the conditional
on ENABLE_CHECKING). If, then it should be an assert the caches are
empty.
Does making the above unconditional fix the issue?
More information about the Gcc-bugs
mailing list