r130608 - in /trunk/gcc: cp/ChangeLog cp/name-l...
dgregor@gcc.gnu.org
dgregor@gcc.gnu.org
Tue Dec 4 21:12:00 GMT 2007
Author: dgregor
Date: Tue Dec 4 21:12:41 2007
New Revision: 130608
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130608
Log:
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.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/variadic-ttp.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/name-lookup.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list