PR c++/78282 - auto template and pack expansion
authorJason Merrill <jason@redhat.com>
Mon, 20 Feb 2017 06:06:39 +0000 (01:06 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 20 Feb 2017 06:06:39 +0000 (01:06 -0500)
commit8f712b76904c9e495d16817fa93f8edde4c1f0cd
treebd5bd3f6c21703063786340c82cf09e04d606f7a
parentbcbdfa4ce0ba21fe081b96dffef4b9bbb43cfae4
PR c++/78282 - auto template and pack expansion

* pt.c (find_parameter_packs_r): Don't walk into the type of
templates other than template template-parameters.

From-SVN: r245594
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1y/auto-fn36.C [new file with mode: 0644]