class.c (check_for_override): Don't stop checking when we find the first overridden...
authorMark Mitchell <mark@markmitchell.com>
Fri, 26 Feb 1999 12:00:10 +0000 (12:00 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 26 Feb 1999 12:00:10 +0000 (12:00 +0000)
commited70c42623729d86d2dc610a5279a5f394be68ee
treebdf499e8f2baf8ac571c9d16b451fb1e822edbcd
parentf3d50f4227003ecc718cd59376bacfade9dd2c46
class.c (check_for_override): Don't stop checking when we find the first overridden function.

* class.c (check_for_override): Don't stop checking when we find
the first overridden function.  Delete #if 0'd code.
* search.c (get_matching_virtual): Likewise.

From-SVN: r25457
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/search.c
gcc/testsuite/g++.old-deja/g++.other/virtual4.C [new file with mode: 0644]