summaryrefslogtreecommitdiffstats
path: root/gcc/cp/dump.c
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-26 03:05:49 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-26 03:05:49 +0000
commit52d6ab537c103e8cdfbfaea971b45afa9674b9e9 (patch)
tree35b815d59f3ce8fc3b4194ebd61bc2efeef81624 /gcc/cp/dump.c
parent02e7a332077569bfa13ac57067d817db087a189b (diff)
downloadppe42-gcc-52d6ab537c103e8cdfbfaea971b45afa9674b9e9.tar.gz
ppe42-gcc-52d6ab537c103e8cdfbfaea971b45afa9674b9e9.zip
* decl.c (grokdeclarator): Count partial specializations when
keeping track of how many template classes have been seen. * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32743 138bc75d-0d04-0410-961f-82ee72b054a4
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 d66f21770e9..fe43fb0ffd1 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;
OpenPOWER on IntegriCloud