re PR c++/48451 ([C++0x][SFINAE] Failures with n-ary initialization expressions ...
authorJason Merrill <jason@redhat.com>
Fri, 8 Apr 2011 02:03:25 +0000 (22:03 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 8 Apr 2011 02:03:25 +0000 (22:03 -0400)
commit6ae81785e54e593a369b9e0b92594f6ff474bc83
tree00df76aaabd2c67288dc77219d6f51835dd8d11e
parentca1c6ce3adf35f9007219ae8612004d686953619
re PR c++/48451 ([C++0x][SFINAE] Failures with n-ary initialization expressions (with template default argument))

PR c++/48451
* pt.c (fn_type_unification): Don't clear incomplete pack flag.
(type_unification_real): Clear it here instead.

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