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-streamer] Fix merge problems


On Tue, Jun 10, 2008 at 11:32 AM, Diego Novillo <dnovillo@google.com> wrote:
> I had merged lto into lto-streamer in preparation for a merge in the
> opposite direction but I messed up the merge and undid a few changes
> that Bill had committed earlier (sorry Bill).
>
> Fixed with this patch:
>
> 2008-06-10  Diego Novillo  <dnovillo@google.com>
>
>        * lto-function-out.c (output_type_ref, output_expr_operand,
>        lto_static_init, output_function): Fix merge problems.

This looks really bad.  Kenny not only touched a lot of the code that
I changed as well, but appears to have moved stuff into lto_output_*_ref_index
functions so the code could be used elsewhere.  I made semantic changes
that are likely not compatible with those uses.   I would like to take a look at
this.

--Bill


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