Commit 1b2c3293 by Jason Merrill Committed by Jason Merrill

add PR number

From-SVN: r166452
parent ae15736e
2010-11-06 Jason Merrill <jason@redhat.com> 2010-11-06 Jason Merrill <jason@redhat.com>
PR c++/46348
* init.c (perform_member_init): Use build_vec_init_expr for * init.c (perform_member_init): Use build_vec_init_expr for
value-init of arrays, too. value-init of arrays, too.
* cp-gimplify.c (cp_gimplify_expr): Use VEC_INIT_EXPR_VALUE_INIT. * cp-gimplify.c (cp_gimplify_expr): Use VEC_INIT_EXPR_VALUE_INIT.
......
// PR c++/46348
// { dg-options -std=c++0x } // { dg-options -std=c++0x }
struct A struct A
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment