[Bug c++/81843] [8 Regression] ICE on valid C++11 code with variadic templates: in tsubst_pack_expansion, at cp/pt.c:11524

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 17 17:45:00 GMT 2018


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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Jan 17 17:44:35 2018
New Revision: 256802

URL: https://gcc.gnu.org/viewcvs?rev=256802&root=gcc&view=rev
Log:
        PR c++/81843 - ICE with variadic member template.

        PR c++/72801
        * pt.c (unify_pack_expansion): Don't try to deduce enclosing
        template args.

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


More information about the Gcc-bugs mailing list