https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80096
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Mon Mar 20 20:36:54 2017 New Revision: 246292 URL: https://gcc.gnu.org/viewcvs?rev=246292&root=gcc&view=rev Log: PR c++/80096 - ICE with C++17 non-type auto. * pt.c (tsubst): Delay tsubst of type of template non-type parameter. Added: trunk/gcc/testsuite/g++.dg/cpp1z/nontype-auto10.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/pt.c