re PR c++/50086 ([C++0x] Error on lookup of template function address with variadic...
authorJason Merrill <jason@redhat.com>
Tue, 16 Aug 2011 23:26:08 +0000 (19:26 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 16 Aug 2011 23:26:08 +0000 (19:26 -0400)
commitfd4198e6b89d8ccac63ff4112525bcf3ca7cf6f9
treeba733e38b71113e12935d59050197a2299484125
parent41669f514908961e5d3e9bf83cc761397c2e00b8
re PR c++/50086 ([C++0x] Error on lookup of template function address with variadic template arguments)

PR c++/50086
* pt.c (unify_pack_expansion): Correct overloaded unification
logic.

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