[LTO] PATCH: Fix for ICE vector VEC(cgraph_node_ptr,base) index domain error

Diego Novillo dnovillo@google.com
Thu Oct 23 16:35:00 GMT 2008


On Thu, Oct 23, 2008 at 09:18, Simon Baldwin <simonb@google.com> wrote:

> Thanks.  However, changes between revs 141263 and 141308 mean that I've had
> to juggle it about a fair bit since emailing.
>
> Would you mind taking a look at the revised version, appended below --
> broadly the same, just a little more direct.  Thanks.

I actually preferred the fixup_cgraph_nodes() function, so the code
would look like

if (flag_ltrans)
  fixup_cgraph_nodes ();

But it's not terribly important.  This version is fine too.


Diego.



More information about the Gcc-patches mailing list