re PR c++/34101 (ICE with argument deduction of variadic template function)
authorDouglas Gregor <doug.gregor@gmail.com>
Tue, 4 Dec 2007 21:12:41 +0000 (21:12 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Tue, 4 Dec 2007 21:12:41 +0000 (21:12 +0000)
commitba7963084ebe2ee2302c97a2aa70d919516311a3
treeceff35d1296e28906021887227416b270f31a7f7
parent3d57f0f08572758a796bffe8776703c9cf16ea75
re PR c++/34101 (ICE with argument deduction of variadic template function)

2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>

       PR c++/34101
       * name-lookup.c (arg_assoc_template_arg): Recurse on argument
       packs.
       (arg_assoc_type): We don't need to handle TYPE_ARGUMENT_PACK here,
       since arg_assoc_template_arg will deal with them (better).

2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>

       PR c++/34101
       * g++.dg/cpp0x/variadic-ttp.C: New.

From-SVN: r130608
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/variadic-ttp.C [new file with mode: 0644]