This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/48736] [C++0x] ICE during list-initialization with variadics


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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2011-05-10 17:58:41 UTC ---
Author: jason
Date: Tue May 10 17:58:38 2011
New Revision: 173627

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173627
Log:
    PR c++/48736
    * pt.c (tsubst_copy_and_build): Handle substitution of a pack
    expansion producing another expansion.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic108.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]