diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1997-09-10 16:15:23 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-09-10 16:15:23 -0400 |
commit | 81e98a98dc8ac089a9be4bc130950d73e36d54e4 (patch) | |
tree | 692b5af8717ba54b4fad0bf2bc780b99c39be056 /gcc | |
parent | 0c65e50c077dc8ccb04718388fa0ea7894e2c943 (diff) | |
download | gcc-81e98a98dc8ac089a9be4bc130950d73e36d54e4.zip gcc-81e98a98dc8ac089a9be4bc130950d73e36d54e4.tar.gz gcc-81e98a98dc8ac089a9be4bc130950d73e36d54e4.tar.bz2 |
missing entry
From-SVN: r15268
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2aedab1..b716542 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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> |