PR c++/78282 - auto template and pack expansion
commit02b6d4df70b4003a8c24955270019d82988b0ee5
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Feb 2017 06:06:39 +0000 (20 06:06 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Feb 2017 06:06:39 +0000 (20 06:06 +0000)
treebd5bd3f6c21703063786340c82cf09e04d606f7a
parent8de85597e9d360a632bc09fc939b4e1fc62a6b00
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.

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