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