missing entry

From-SVN: r15268
This commit is contained in:
Jason Merrill 1997-09-10 16:15:23 -04:00
parent 0c65e50c07
commit 81e98a98dc
1 changed files with 3 additions and 1 deletions

View 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>