On 02/10/2012 06:25 AM, Jakub Jelinek wrote:
        PR middle-end/51929
        * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
        a same_body_alias, also test whether e->callee isn't a former
        or current clone of the decl this is a same body alias of.

Do we want a similar change to the use of former_clone_of in cgraph_update_edges_for_call_stmt_node? Maybe we should wrap the former_clone_of checking in a function to make that simpler.

Jason

Reply via email to