re PR c++/33939 (Rvalue references not deduced correctly in vararg function templates)
authorDouglas Gregor <doug.gregor@gmail.com>
Mon, 5 Nov 2007 12:50:21 +0000 (12:50 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Mon, 5 Nov 2007 12:50:21 +0000 (12:50 +0000)
commit2afad0f6bbf0a98ac7189ca9dbcaef13594e674e
treef913fbca909f5445d4d4fb618053ce82b8c78adf
parentf139f5faa7063323dd3b00a0f6515e0e0683edb6
re PR c++/33939 (Rvalue references not deduced correctly in vararg function templates)

2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/33939
* pt.c (unify_pack_expansion): bring handling of function call
arguments into line with type_unification_real.

2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/33939
* g++.dg/cpp0x/variadic-rref.C: New.

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