From: Brendan Kehoe Date: Mon, 6 Oct 1997 21:09:23 +0000 (-0400) Subject: tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until... X-Git-Tag: releases/egcs-1.0.0~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcbf73e1d792b4fbe768f5008c0bdc5ca2f13b9;p=thirdparty%2Fgcc.git tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until its definition is checked in. * tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until its definition is checked in. the definition of the fn's not checked in yet by jason From-SVN: r15848 --- diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index afbdb05a7e19..63e2cdb44c5a 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -1660,7 +1660,9 @@ print_lang_statistics () print_obstack_statistics ("decl_obstack", &decl_obstack); print_obstack_statistics ("permanent_obstack", &permanent_obstack); print_obstack_statistics ("maybepermanent_obstack", &maybepermanent_obstack); +#if 0 print_inline_obstack_statistics (); +#endif print_search_statistics (); print_class_statistics (); #ifdef GATHER_STATISTICS