PR c++/86200 - ICE with unexpanded pack in lambda parameter.
authorJason Merrill <jason@redhat.com>
Tue, 19 Jun 2018 00:38:32 +0000 (20:38 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 19 Jun 2018 00:38:32 +0000 (20:38 -0400)
commit44e3e545a30ef6425cb7fbfb48fbc01056233ae0
tree6c135e275d810b25c97ad40ab26252be98e361ad
parentcae39eb41f37b8714f5684ee58b74460f2b76cd2
PR c++/86200 - ICE with unexpanded pack in lambda parameter.

* pt.c (find_parameter_packs_r) [LAMBDA_EXPR]: Also look into the
function type.

From-SVN: r261726
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic7.C [new file with mode: 0644]