diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 661cc5e..45bf6a1 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -6077,7 +6077,7 @@ cp_finish_decl (tree decl, tree init, bool init_const_expr_p, /* Just store non-static data member initializers for later. */ if (init && TREE_CODE (decl) == FIELD_DECL) - DECL_INITIAL (decl) = digest_init_flags (TREE_TYPE (decl), init, flags); + DECL_INITIAL (decl) = init; /* Take care of TYPE_DECLs up front. */ if (TREE_CODE (decl) == TYPE_DECL) |