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: [PATCH][LTO] Move C++ change to fld


On Tue, Sep 1, 2009 at 07:23, Richard Guenther<rguenther@suse.de> wrote:

>
> Â Â Â Â* tree.c (free_lang_data): Reset fold_obj_type_ref langhook.
>
> Â Â Â Âcp/
> Â Â Â Â* cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Define again.

Actually, with free-lang-data in trunk, I've introduced a gimple
version of this langhook.  It turns out that we do not need a lot of
binfo data to do this folding (just BINFO_VIRTUALS, which is a list of
decls).

It will cause fewer merge conflicts if you leave it the way it was,
though I have other conflicts I think, so it shouldn't be a big deal.


Diego.


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