cp:
commit2f0497a7ddb2540f73a27e9bc7d1e2cef5f1a949
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jul 2003 09:41:52 +0000 (2 09:41 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jul 2003 09:41:52 +0000 (2 09:41 +0000)
tree56759051b94c423606105424911547d55c95409b
parente4dd7d1a6fde4f6292fb4c47c34dd4e9b787dfa5
cp:
PR c++/10219
* pt.c (type_unification_real): Don't unify exprs of error type.
* tree.c (error_type): Don't die on error_type.
testsuite:
PR c++/10219
* g++.dg/template/error1.C: New.

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