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++/70505] [4.9/5/6/7 Regression] Constexpr failure when template type specified


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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Apr 15 16:32:22 2016
New Revision: 235042

URL: https://gcc.gnu.org/viewcvs?rev=235042&root=gcc&view=rev
Log:
        PR c++/70505

        * pt.c (tsubst_baselink): Give the new TEMPLATE_ID_EXPR
        unknown_type_node, too.

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