PR c++/82331 - ICE with variadic partial specialization of auto
commit3ead9ac3088b2a39a14973c730d2b56718618acf
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2017 18:05:23 +0000 (5 18:05 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2017 18:05:23 +0000 (5 18:05 +0000)
treeaffb0e2772b1c6668f7630c51679cf72c17efead
parent0b040903b9dbe9dc4610ba1b53db5d72f6d97251
PR c++/82331 - ICE with variadic partial specialization of auto

* pt.c (unify) [TEMPLATE_PARM_INDEX]: Set processing_template_decl
around call to tsubst.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255430 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1z/nontype-auto13.C [new file with mode: 0644]