aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1997-10-06 17:09:49 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1997-10-06 17:09:49 -0400
commit3f2270ec44b986eabf4b541feb4ff9a7e91d6353 (patch)
tree9981a7ad94628cd8a9c0816f7e2ba478abf31a92 /gcc
parentbfcbf73e1d792b4fbe768f5008c0bdc5ca2f13b9 (diff)
downloadgcc-3f2270ec44b986eabf4b541feb4ff9a7e91d6353.zip
gcc-3f2270ec44b986eabf4b541feb4ff9a7e91d6353.tar.gz
gcc-3f2270ec44b986eabf4b541feb4ff9a7e91d6353.tar.bz2
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: r15849
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9ed725c..fbb7cc1 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+1997-10-06 Brendan Kehoe <brendan@lisa.cygnus.com>
+
+ * tree.c (print_lang_statistics): #if 0 call to
+ print_inline_obstack_statistics until its definition is checked in.
+
Mon Oct 6 09:27:29 1997 Jason Merrill <jason@yorick.cygnus.com>
* pt.c (instantiate_decl): Look for the original template.