From: Jason Merrill Date: Wed, 10 Sep 1997 20:15:23 +0000 (-0400) Subject: missing entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81e98a98dc8ac089a9be4bc130950d73e36d54e4;p=gcc.git missing entry From-SVN: r15268 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2aedab101c0..b71654274a8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -5,7 +5,9 @@ Tue Sep 9 19:49:38 1997 Jason Merrill Tue Sep 9 17:57:25 1997 Mark Mitchell * error.c (dump_decl): Avoid crashing when presented with a - uninitialized constant, as can occur with a template parameter. + uninitialized constant, as can occur with a template parameter. + (dump_expr): Make sure that there are enough levels of + current_template_parms before we start diving through them. 1997-09-09 Brendan Kehoe