https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70824
--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Thu Jul 21 06:14:51 2016 New Revision: 238565 URL: https://gcc.gnu.org/viewcvs?rev=238565&root=gcc&view=rev Log: PR c++/70824 - initializer_list in template * init.c (constant_value_1): Don't instantiated DECL_INITIAL of artificial variables. Added: branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/initlist-template1.C Modified: branches/gcc-6-branch/gcc/cp/ChangeLog branches/gcc-6-branch/gcc/cp/init.c