PR c++/65498
commit05490bf05c5d00e5e6eba9e1e90761ab4214a4e4
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Mar 2015 19:38:28 +0000 (24 19:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Mar 2015 19:38:28 +0000 (24 19:38 +0000)
tree8526d42aafd74d1e07a883f525fa94b1c78f1de1
parent9c30b5fff82104508cc21f7749685777d4f4569b
PR c++/65498
* pt.c (get_mostly_instantiated_function_type): Just return the
type of the partially instantiated template in DECL_TI_TEMPLATE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221641 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/constexpr-targ2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template13.C