cp-tree.h (type_as_string_real): New function.
authorMark Mitchell <mmitchell@usa.net>
Fri, 17 Apr 1998 21:25:38 +0000 (21:25 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 17 Apr 1998 21:25:38 +0000 (21:25 +0000)
commit294471c351d4a6bd6470f756cae6e36a1e4f6457
tree2b4acb5094abb3872468b20ba4161dae536e6153
parent45df6aeae210e9cbd871d1695041929d7918becb
cp-tree.h (type_as_string_real): New function.

Fri Apr 17 21:25:00 1998  Mark Mitchell  <mmitchell@usa.net>
* cp-tree.h (type_as_string_real): New function.
* pt.c (mangle_class_name_for_template): Use it.
* error.c (dump_aggr_type): Change prototype.
(dump_type_prefix): Likewise.
(dump_type_suffix): Likewise.
(dump_type_real): Convert from dump_type.  If desired, the
"canonica" name of a typedef, i.e., the name of the underlying
type, can be printed.
(dump_type): Call dump_type_real.

From-SVN: r19273
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/error.c
gcc/cp/pt.c