PR c++/82461 - constexpr list-initialized member
commit07d8961c723a70598711e5163258a9e0d251f8b0
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jan 2018 20:02:06 +0000 (18 20:02 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jan 2018 20:02:06 +0000 (18 20:02 +0000)
treed3b9be5a9d6abd0e5eccb746e15aa9ff96fabd0f
parentde928aaa65a31f42559cf57a19731ac60af40fda
PR c++/82461 - constexpr list-initialized member

* constexpr.c (potential_constant_expression_1): Check
TARGET_EXPR_DIRECT_INIT_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256860 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/cpp0x/constexpr-list2.C [new file with mode: 0644]