PR c++/59347
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2014 21:43:29 +0000 (21:43 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2014 21:43:29 +0000 (21:43 +0000)
commit9f997878ca0a8281afa2ed709f7f5592c4eef32f
treeed86b4cc1ed95fd673db40fa49e928964cd5124e
parent6648782a965113f5fe9fe897649da38da15d3684
PR c++/59347
* pt.c (tsubst_decl) [TYPE_DECL]: Don't try to instantiate an
erroneous typedef.

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