re PR c++/11811 (Weird message with default template arguments)
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Fri, 29 Aug 2003 07:00:32 +0000 (07:00 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 29 Aug 2003 07:00:32 +0000 (07:00 +0000)
commitb251717302c3cd016d84c73deaffac0c73cca824
tree57164a0efc439068c173e46bac935af2b8cd2843
parent5c14415811b48f1b486be91ea41661381f08a3fe
re PR c++/11811 (Weird message with default template arguments)

PR c++/11811
* cxx-pretty-print.c (pp_cxx_canonical_template_parameter): New
function.
* cxx-pretty-print.h: Declare.
* error.c (dump_template_parameter): Use it.
(dump_type): Likewise.

From-SVN: r70905
gcc/cp/ChangeLog
gcc/cp/cxx-pretty-print.c
gcc/cp/cxx-pretty-print.h
gcc/cp/error.c