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++/39863] [c++0x] variadic templates : wrong error "mismatched argument pack lengths"



------- Comment #3 from jason at gcc dot gnu dot org  2009-10-07 18:56 -------
Subject: Bug 39863

Author: jason
Date: Wed Oct  7 18:56:39 2009
New Revision: 152537

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152537
Log:
        PR c++/39863
        * pt.c (tsubst_pack_expansion): Don't do anything now if we
        have incomplete packs of different lengths.

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


-- 


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


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