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