re PR c++/10219 (ICE in maybe_adjust_types_for_deduction on invalid code)
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 2 Jul 2003 09:41:52 +0000 (09:41 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 2 Jul 2003 09:41:52 +0000 (09:41 +0000)
commit08476342abb92b3fa8960a9c7b2036a596791af2
tree56759051b94c423606105424911547d55c95409b
parent0c83a0fcff9df31e594bcf7d888c7842b940b003
re PR c++/10219 (ICE in maybe_adjust_types_for_deduction on invalid code)

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.

From-SVN: r68825
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]