PR c++/67054 - Inherited ctor with non-default-constructible members
authorLeonid Koppel <lkoppel@uwaterloo.ca>
Wed, 26 Jul 2017 17:39:26 +0000 (17:39 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 26 Jul 2017 17:39:26 +0000 (13:39 -0400)
commit80e7cb2d6b46db10b739d7c311524975721596ba
tree2510d85861ff4218fe26421c11a96c5a6433da4b
parentaca97ef824afa3186a2fe43eadc705878ba5129f
PR c++/67054 - Inherited ctor with non-default-constructible members

        PR c++/67054 - Inherited ctor with non-default-constructible members
        * method.c (walk_field_subobs) Consider member initializers (NSDMIs)
when deducing an inheriting constructor.

From-SVN: r250583
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C [new file with mode: 0644]