OSDN Git Service

PR c++/38543
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Apr 2012 14:11:34 +0000 (14:11 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Apr 2012 14:11:34 +0000 (14:11 +0000)
commit3848de0c8101dfb3ea8bbe7e26ea92d9fb2f1fec
treebaa5e0081ba7f76c274cec04537d06c835491c4c
parent026e7813041561e6259e726b43cec17cc7d952e7
PR c++/38543
* pt.c (determine_specialization): Instead of comparing the number
of parms, check that tsubst gives the right answer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@186533 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/variadic131.C [new file with mode: 0644]