re PR c++/5607 (No pointer adjustment in covariant return types)
authorJason Merrill <jason@redhat.com>
Thu, 25 Apr 2002 18:04:50 +0000 (14:04 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 25 Apr 2002 18:04:50 +0000 (14:04 -0400)
commit8d1f0f67e87a1f925ea281d1ad3aacb45e54300b
tree0bcf3c2e7d95b12bacfe444e9c10ae2893061952
parentab5973b7534d7c97b4ff162ced63b23606da2e98
re PR c++/5607 (No pointer adjustment in covariant return types)

        PR c++/5607
        * search.c (check_final_overrider): No longer static.
        * class.c (update_vtable_entry_for_fn): Call it.
        * cp-tree.h: Adjust.

From-SVN: r52760
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/search.c
gcc/testsuite/g++.dg/inherit/covariant1.C [new file with mode: 0644]