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 bbd90c9d..5b2490e 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -404,7 +404,7 @@ dump_type (tree t, int flags) case TYPEOF_TYPE: pp_string (cxx_pp, "__typeof ("); - dump_expr (TYPE_FIELDS (t), flags & ~TFF_EXPR_IN_PARENS); + dump_expr (TYPEOF_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); pp_right_paren (cxx_pp); break; |