This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/43120] Virtual inheritance with covariant return type confuses GCC



------- Comment #12 from jason at gcc dot gnu dot org  2010-07-09 19:46 -------
Subject: Bug 43120

Author: jason
Date: Fri Jul  9 19:45:53 2010
New Revision: 162011

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162011
Log:
        PR c++/43120
        * class.c (update_vtable_entry_for_fn): Fix handling of dummy
        virtual bases for covariant thunks.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/inherit/covariant17.C
Modified:
    branches/gcc-4_4-branch/gcc/cp/ChangeLog
    branches/gcc-4_4-branch/gcc/cp/class.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/abi/covariant1.C


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43120


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]