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] Make input_tree return a tree


On Tue, Sep 30, 2008 at 09:49, Rafael Espindola <espindola@google.com> wrote:

> gcc/
> 2008-09-30 Rafael Espindola  <espindola@google.com>
>
>        * lto-function-in.c (input_tree): Remove slot argument. Return a tree.
>        (input_field_decl, input_function_decl, input_var_decl, input_parm_decl,
>        input_result_decl, input_type_decl, input_label_decl,
>        input_namespace_decl, input_translation_unit_decl, input_binfo,
>        input_type, input_tree_operand): Use new input_tree signature.
>        * lto-tree-in.h (input_tree): Update signature.
>
> gcc/lto/
> 2008-09-30 Rafael Espindola  <espindola@google.com>
>
>        * lto.c (lto_read_decls): Use new input_tree signature.

OK.

Diego.


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