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] Use decl uid instead of node uid in ipa-pure-const


2008/10/23 Daniel Berlin <dberlin@dberlin.org>:
> Why is inliner changing pre-existing nodeids?
> That is going to screw with more than just ipa-pure-const.

The first time I noticed the problem was after reordering some passes
on a local branch. cgraph_remove_unreachable_nodes was removing a node
with a low id. The inliner would then create a clone with the same
number.

I am not sure if this is the same reason why the libgomp.c++/for-4.C
now works on the branch.

Cheers,
-- 
Rafael Avila de Espindola

Google | 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]