This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]