re PR c++/38543 ([C++0x] Cannot specialize variadic template function)
authorJason Merrill <jason@redhat.com>
Tue, 17 Apr 2012 02:29:51 +0000 (22:29 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 17 Apr 2012 02:29:51 +0000 (22:29 -0400)
commit1561ad74c15ddf9c3d24e826ff280f5fa1d00ae2
tree4990fd45ccbd69512a85642e2703881236066217
parent54aa834f49ab0e8855400d7d9ed513bf666ecb24
re PR c++/38543 ([C++0x] Cannot specialize variadic template function)

PR c++/38543
* pt.c (determine_specialization): Instead of comparing the number
of parms, check that tsubst gives the right answer.

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