re PR c++/63628 ([c++1y] cannot use decltype on captured arg-pack)
authorJason Merrill <jason@redhat.com>
Wed, 16 Dec 2015 18:22:17 +0000 (13:22 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 16 Dec 2015 18:22:17 +0000 (13:22 -0500)
commit65016251f649b17274bda3628c02df1cb154220a
tree135523b5c2a7da7e27690fbb0869927f5718cda9
parentde67c4c37913cb4f30cc0d5163665ab8419ac2ed
re PR c++/63628 ([c++1y] cannot use decltype on captured arg-pack)

PR c++/63628
* pt.c (tsubst_pack_expansion): Also make dummy decls if
retrieve_local_specialization fails.

From-SVN: r231713
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic3.C [new file with mode: 0644]