]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/39863 ([c++0x] variadic templates : wrong error "mismatched argument pack...
authorJason Merrill <jason@redhat.com>
Wed, 7 Oct 2009 18:56:39 +0000 (14:56 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 7 Oct 2009 18:56:39 +0000 (14:56 -0400)
commitf484a91ab45ed2eeeb4d87b454e14578cc506428
treed971829884ca962d3fef6f03af6da887f9626713
parent7097b3ac3985a96b6e76a634214acd3726b53744
re PR c++/39863 ([c++0x] variadic templates : wrong error "mismatched argument pack lengths")

PR c++/39863
* pt.c (tsubst_pack_expansion): Don't do anything now if we
have incomplete packs of different lengths.

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