diff options
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r-- | gcc/cp/error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index 4d12a0d..7d345c9 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -2052,6 +2052,7 @@ dump_expr (tree t, int flags) break; CASE_CONVERT: + case IMPLICIT_CONV_EXPR: case VIEW_CONVERT_EXPR: { tree op = TREE_OPERAND (t, 0); |