https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79607
--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Mon Sep 18 18:34:03 2017 New Revision: 252939 URL: https://gcc.gnu.org/viewcvs?rev=252939&root=gcc&view=rev Log: PR c++/79607 - ICE with T{} initializer * decl.c (type_dependent_init_p): Check the type of a CONSTRUCTOR. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/template/init11.C Modified: branches/gcc-5-branch/gcc/cp/ChangeLog branches/gcc-5-branch/gcc/cp/decl.c