diff options
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r-- | gcc/cp/error.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index 21d6781567e..62b47ca2a36 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -2194,6 +2194,8 @@ dump_expr (tree t, int flags) } else { + if (!BRACE_ENCLOSED_INITIALIZER_P (t)) + dump_type (TREE_TYPE (t), 0); pp_cxx_left_brace (cxx_pp); dump_expr_init_vec (CONSTRUCTOR_ELTS (t), flags); pp_cxx_right_brace (cxx_pp); |