re PR c++/51526 ([C++11][constexpr] constexpr delegating constructor should be accepted)
authorJason Merrill <jason@redhat.com>
Mon, 19 Dec 2011 21:06:44 +0000 (16:06 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 19 Dec 2011 21:06:44 +0000 (16:06 -0500)
commit176fcc5d1822df70613dd74a19d28c2e0840193a
tree5685a9f6a45f025931cffa24a97a9777171dd5d5
parent8f1ad6b6bfd9102bf5e240191f3df95498188410
re PR c++/51526 ([C++11][constexpr] constexpr delegating constructor should be accepted)

PR c++/51526
* semantics.c (build_data_member_initialization): Handle
delegating constructor.
(build_constexpr_constructor_member_initializers): Likewise.

From-SVN: r182499
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/constexpr-delegating.C [new file with mode: 0644]