]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/30111
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Feb 2009 22:38:37 +0000 (22:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Feb 2009 22:38:37 +0000 (22:38 +0000)
commitdaed64ba24aad2d617de5a361c36a3d4b5d78d01
treedc134d4d594d3c5e37ab4a52debdc05c7516eaf9
parent2a92826da1414f25df721b4ee71dd5470967c19c
    PR c++/30111
        * init.c (build_value_init_noctor): Split out from...
        (build_value_init): ...here.
        (expand_aggr_init_1): Handle value-initialization.
        * cp-tree.h: Add declaration.
        * class.c (type_has_user_provided_constructor):
        Handle non-class arguments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144112 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/value7.C [new file with mode: 0644]