https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67364
--- Comment #15 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Mon Mar 7 14:43:14 2016 New Revision: 234028 URL: https://gcc.gnu.org/viewcvs?rev=234028&root=gcc&view=rev Log: PR c++/67364 * constexpr.c (cxx_eval_store_expression): Replace CONSTRUCTOR_ELTS in nested CONSTRUCTORs, too. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-aggr3.C Modified: branches/gcc-5-branch/gcc/cp/ChangeLog branches/gcc-5-branch/gcc/cp/constexpr.c