https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83835
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Fri Feb 16 21:06:39 2018 New Revision: 257764 URL: https://gcc.gnu.org/viewcvs?rev=257764&root=gcc&view=rev Log: PR c++/83835 - C++17 error with constructor ctors. * call.c (build_special_member_call): Set TARGET_EXPR_DIRECT_INIT_P. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor21.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/call.c