re PR c++/50793 (G++ doesn't value-initialize all members of non-trivial type in...
authorJason Merrill <jason@redhat.com>
Wed, 19 Oct 2011 22:29:15 +0000 (18:29 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 19 Oct 2011 22:29:15 +0000 (18:29 -0400)
commit875bcfdbf412ba625cf9ee9e1bd6610c0ad5b5f8
tree4c9775c1197e68fdedd21754444fa1abc3c19c9a
parentf33fa066984c6f29eee20db130133354a5ec995c
re PR c++/50793 (G++ doesn't value-initialize all members of non-trivial type in default argument)

PR c++/50793
* tree.c (bot_manip): Propagate AGGR_INIT_ZERO_FIRST.

From-SVN: r180227
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/value9.C [new file with mode: 0644]