This is the mail archive of the gcc-patches@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]

Re: [LTO]How should be resolve a DECL with no function body?


Just removing the decls without body is enough for this bug but I am
not sure if that is the right thing to do.  We will end up with binfos
with incomplete vtables.  If we late do need that binfo (like in the
folder as Diego mentions), we will run into troubles.

-Doug

2008/11/14 Rafael Espindola <espindola@google.com>:

> Just removing the decls without body from it should be enough for this bug, no?
>


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