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 reading of cgraph when multiple files are passed to lto1


On Fri, Oct 24, 2008 at 09:32, Rafael Espindola <espindola@google.com> wrote:

> Is the attached patch OK if it has no regressions or should I fix the
> cgraph update and commit the two together?

I'd rather do it in two patches.  This is OK if testing succeeds


>    VEC_free (cgraph_node_ptr, heap, nodes);
>    VEC_free (cgraph_node_ptr, heap, del_list);

del_list is not needed anymore.


OK with that change and a CL entry.


Thanks.  Diego.


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