[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

nenad at intrepid dot com gcc-bugzilla@gcc.gnu.org
Mon Oct 17 18:37:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709

--- Comment #4 from Nenad Vukicevic <nenad at intrepid dot com> 2011-10-17 18:36:40 UTC ---
Richard's suggestion worked. I was able to build trunk R180072 with this
command:

.../configure --disable-checking --enable-languages=all


and this change:

Index: gcc/ipa-inline.c
===================================================================
--- gcc/ipa-inline.c    (revision 180072)
+++ gcc/ipa-inline.c    (working copy)
@@ -1393,10 +1393,8 @@
        continue;

       /* Be sure that caches are maintained consistent.  */
-#ifdef ENABLE_CHECKING
       reset_edge_growth_cache (edge);
       reset_node_growth_cache (edge->callee);
-#endif



More information about the Gcc-bugs mailing list