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++/85147] [6/7/8 Regression] ICE with invalid variadic template-template parameter


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Apr  3 16:22:05 2018
New Revision: 259040

URL: https://gcc.gnu.org/viewcvs?rev=259040&root=gcc&view=rev
Log:
        PR c++/85147
        * pt.c (fixed_parameter_pack_p_1): Punt if parm is error_mark_node.

        * g++.dg/cpp0x/pr85147.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr85147.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]