PR c++/80096 - ICE with C++17 non-type auto.
authorJason Merrill <jason@redhat.com>
Mon, 20 Mar 2017 20:36:54 +0000 (16:36 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 20 Mar 2017 20:36:54 +0000 (16:36 -0400)
commit55b11c6090594d60e7a7d6ff348e36c50a4d6f27
tree29be994555e93866fc5ce1615c37fce79f229e3d
parent18f73c5f243f55cab6413674ee7eb35db56932ad
PR c++/80096 - ICE with C++17 non-type auto.

* pt.c (tsubst): Delay tsubst of type of template non-type
parameter.

From-SVN: r246292
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1z/nontype-auto10.C [new file with mode: 0644]