[Bug c++/34101] [4.3 regression] ICE with argument deduction of variadic template function

dgregor at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 4 21:13:00 GMT 2007



------- Comment #1 from dgregor at gcc dot gnu dot org  2007-12-04 21:12 -------
Subject: Bug 34101

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34101



More information about the Gcc-bugs mailing list