re PR c++/70505 (Constexpr failure when template type specified)
authorJason Merrill <jason@redhat.com>
Fri, 15 Apr 2016 16:32:22 +0000 (12:32 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 15 Apr 2016 16:32:22 +0000 (12:32 -0400)
commita7b12f1f3ed87fc36cf837862fca8477513446b4
tree5016c36103b01b793e106809e0f2b8b6b923ffe6
parent26ad7ec736479bc315d33a59fb288d9be5c97d31
re PR c++/70505 (Constexpr failure when template type specified)

PR c++/70505

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

From-SVN: r235042
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/constexpr-template10.C [new file with mode: 0644]