re PR c++/10446 (ICE on a definition of a nonexistent member function of a nested...
authorMark Mitchell <mark@codesourcery.com>
Tue, 22 Apr 2003 22:53:01 +0000 (22:53 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 22 Apr 2003 22:53:01 +0000 (22:53 +0000)
commitae2196c28e9fe2cd9291f4d8e7a040da04a72085
tree4646e2c6e9d96025fb69c78a0bbc8edb8707d80f
parent6d412a7b22b7766437e2c018f31d49aa981800d9
re PR c++/10446 (ICE on a definition of a nonexistent member function of a nested class in a class template)

PR c++/10446
* search.c (lookup_fnfields_1): Handle empty slots in the method
vector.

PR c++/10446
* g++.dg/parse/crash3.C: New test.

From-SVN: r65962
gcc/cp/ChangeLog
gcc/cp/search.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/crash3.C [new file with mode: 0644]