re PR c++/15967 (ICE on ambiguous operator new in class hierarchy)
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Tue, 15 Jun 2004 01:46:21 +0000 (01:46 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Tue, 15 Jun 2004 01:46:21 +0000 (01:46 +0000)
commitc566721f93bb378064b5101a9d5156ce6018159b
tree91d0c8dd9e53f1a3ff47738322bdf184f3022066
parent4e0f4df508db6bccfdca88a2bcf26e03317d4c71
re PR c++/15967 (ICE on ambiguous operator new in class hierarchy)

PR c++/15967
* search.c (lookup_field): Propagate the ambiguity list.
(lookup_fnfields): Likewise.

PR c++/15967
* g++.dg/lookup/crash3.C: New test.

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