re PR c++/56774 (G++ 4.8 reverses variadic template types during unpacking)
authorJason Merrill <jason@redhat.com>
Fri, 29 Mar 2013 18:59:09 +0000 (14:59 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 29 Mar 2013 18:59:09 +0000 (14:59 -0400)
commit4185fb7350876f0012455c3dd159f80494081686
treed59d9129625333679cb95a7666d260fcf464b420
parent0208f7dab09ed1ceb3fcfceff049e24cc05d69fa
re PR c++/56774 (G++ 4.8 reverses variadic template types during unpacking)

PR c++/56774
PR c++/35722
* pt.c (unify_pack_expansion): Fix indexing.

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