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][patch] fix the reading in of TREE_BINFO


2008/7/10 Bill Maddox <maddox@google.com>:
> This patch avoids the failure in Rafael's test case, and serializes
> TREE_BINFO as
> intended in a manner analogous to the treatment of types and declarations.
>
>        * lto-function-out.c (lto_static_init):
>        Back out reset of lto_types_needed_for bit for
>        TREE_BINFO nodes.
>        * lto-function-in.c (input_binfo): Restore reading
>        of flags and check for presence of line info.
>        (input_tree_operand): Add test for tree code TREE_BINFO
>        where we check for special handling of type and decl nodes.
>
> I am running the regression tests on it now.

I did and it looks good. Committed it for you.

> --Bill
>


Thanks!
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047


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