aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2000-03-25 16:30:33 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-03-25 16:30:33 +0000
commite5361bbe07fe65a2e7310fe2755a4ae30ae6d226 (patch)
tree15e8ffd403ba4d0011448da7a19711fd39339d87 /gcc/cp/dump.c
parentb5fc444b5f2b25c0c19bc02587b41c54da5ab243 (diff)
downloadgcc-e5361bbe07fe65a2e7310fe2755a4ae30ae6d226.zip
gcc-e5361bbe07fe65a2e7310fe2755a4ae30ae6d226.tar.gz
gcc-e5361bbe07fe65a2e7310fe2755a4ae30ae6d226.tar.bz2
Fix typo in ChangeLog
From-SVN: r32739
Diffstat (limited to 'gcc/cp/dump.c')
-rw-r--r--gcc/cp/dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c
index c8152d5..9ba3114 100644
--- a/gcc/cp/dump.c
+++ b/gcc/cp/dump.c
@@ -609,6 +609,7 @@ dequeue_and_dump (di)
break;
case TEMPLATE_DECL:
+ dump_child ("rslt", DECL_TEMPLATE_RESULT (t));
dump_child ("inst", DECL_TEMPLATE_INSTANTIATIONS (t));
dump_child ("spcs", DECL_TEMPLATE_SPECIALIZATIONS (t));
break;