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++/66405] [5/6 Regression] ICE: in tsubst, at cp/pt.c:11984


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66405

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jun  5 19:14:02 2015
New Revision: 224163

URL: https://gcc.gnu.org/viewcvs?rev=224163&root=gcc&view=rev
Log:
        PR c++/66405
        * pt.c (argument_pack_element_is_expansion_p): Return 2 if
        the expansion has extra args.
        (use_pack_expansion_extra_args_p): Return true in that case.

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


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