]> git.ipfire.org Git - thirdparty/gcc.git/commit
pt.c (tsubst_decl): If the type of a template instantiation is bogus, so is the whole...
authorMark Mitchell <mark@codesourcery.com>
Fri, 1 Oct 1999 17:25:05 +0000 (17:25 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 1 Oct 1999 17:25:05 +0000 (17:25 +0000)
commitb3da7bb1cfd62e0ad61e661e428f0af2124ee5e1
tree694d7ced2e4915115bb5bcf49f7941a944c10e7e
parent2816d1644f17de74f9065f2a2f2af48555e13b11
pt.c (tsubst_decl): If the type of a template instantiation is bogus, so is the whole instantiation.

* pt.c (tsubst_decl): If the type of a template instantiation is
bogus, so is the whole instantiation.

From-SVN: r29757
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.pt/error2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/typename8.C