diff options
Diffstat (limited to 'gcc/cp/typeck2.c')
| -rw-r--r-- | gcc/cp/typeck2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index fe5b3dff78e..49c58f8e51e 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -502,7 +502,7 @@ split_nonconstant_init_1 (tree dest, tree init) sub = build3 (COMPONENT_REF, inner_type, dest, field_index, NULL_TREE); - code = build2 (MODIFY_EXPR, inner_type, sub, value); + code = build2 (INIT_EXPR, inner_type, sub, value); code = build_stmt (EXPR_STMT, code); add_stmt (code); continue; |

