https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60713
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Tue May 13 16:05:13 2014 New Revision: 210383 URL: http://gcc.gnu.org/viewcvs?rev=210383&root=gcc&view=rev Log: PR c++/60713 * typeck2.c (PICFLAG_SIDE_EFFECTS): New. (picflag_from_initializer): Return it. (process_init_constructor): Handle it. Added: branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist81.C Modified: branches/gcc-4_8-branch/gcc/cp/ChangeLog branches/gcc-4_8-branch/gcc/cp/typeck2.c