PR c++/83835 - C++17 error with constructor ctors.
authorJason Merrill <jason@redhat.com>
Fri, 16 Feb 2018 20:05:28 +0000 (15:05 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 16 Feb 2018 20:05:28 +0000 (15:05 -0500)
commitb76f3abcd617a8dd38437464d867516962bca5cc
tree89e3206688fa3d8bfd985d2e632bdcc39efe86de
parentf7f77b9d7e59d2ded296954df1bd43872012e957
PR c++/83835 - C++17 error with constructor ctors.

* call.c (build_special_member_call): Set TARGET_EXPR_DIRECT_INIT_P.

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