re PR c++/52292 ([C++11] Variadic template expansion into fixed template causes const...
authorJason Merrill <jason@redhat.com>
Mon, 16 Apr 2012 03:18:06 +0000 (23:18 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 16 Apr 2012 03:18:06 +0000 (23:18 -0400)
commitf905751487709b5ef6cde81c5440c4528e7f4390
tree9b0e21ba1e0f52ff020ee5b34c8e21f44254c066
parent51c8ebb3fb0967ffdb409d9cb43204d88980222a
re PR c++/52292 ([C++11] Variadic template expansion into fixed template causes constructor to not match)

PR c++/52292
PR c++/52380
* pt.c (coerce_template_parms): Even if we aren't converting we
want to expand argument packs.

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