]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/10026 (ICE on incomplete type)
authorNathan Sidwell <nathan@gcc.gnu.org>
Mon, 24 Mar 2003 18:20:12 +0000 (18:20 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 24 Mar 2003 18:20:12 +0000 (18:20 +0000)
commit2ef6c975b9345f745e7d21a2cbbabdc8de9acbee
tree9428069c2d293eff9d76d9d9ce3a2754b4f311bf
parentf89283915de8e381764e7283ac11a1680ede0869
re PR c++/10026 (ICE on incomplete type)

cp:
PR c++/10026
* decl2.c (arg_assoc_type) [ERROR_MARK]: Don't die.
testsuite:
PR c++/10026
* g++.dg/lookup/koenig1.C: New test.

PR C++/10199
* g++.dg/lookup/template2.C: New test.

From-SVN: r64809
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/koenig1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/lookup/template2.C [new file with mode: 0644]