diff options
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r-- | gcc/cp/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index 8ac6e2b6904..af973d60a2c 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -1343,7 +1343,7 @@ dump_expr (tree t, int flags) if (fn && TREE_CODE (fn) == FUNCTION_DECL) { if (DECL_CONSTRUCTOR_P (fn)) - pp_cxx_tree_identifier (cxx_pp, TYPE_IDENTIFIER (TREE_TYPE (t))); + dump_type (DECL_CONTEXT (fn), flags); else dump_decl (fn, 0); } |