missing entry
authorJason Merrill <jason@gcc.gnu.org>
Wed, 10 Sep 1997 20:15:23 +0000 (16:15 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 10 Sep 1997 20:15:23 +0000 (16:15 -0400)
From-SVN: r15268

gcc/cp/ChangeLog

index 2aedab101c01687254ebf79d5d20f937947c9808..b71654274a88117dfb64614ef4977f4c74b19936 100644 (file)
@@ -5,7 +5,9 @@ Tue Sep  9 19:49:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
 Tue Sep  9 17:57:25 1997  Mark Mitchell  <mmitchell@usa.net>
 
        * 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  <brendan@lisa.cygnus.com>