https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70648
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Wed May 18 15:59:05 2016 New Revision: 236409 URL: https://gcc.gnu.org/viewcvs?rev=236409&root=gcc&view=rev Log: PR c++/70648 - constexpr empty list-initialization * constexpr.c (cxx_eval_store_expression): Also copy CONSTRUCTOR_NO_IMPLICIT_ZERO. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist10.C Modified: branches/gcc-5-branch/gcc/cp/ChangeLog branches/gcc-5-branch/gcc/cp/constexpr.c