> Hi,
>
> starting with GCC 15 the order is not unique for any symtab_nodes but
> m_uid is, I believe we ought to dump the latter in the ipa-clones dump,
> if only so that people can reliably match entries about new clones to
> those about removed nodes (if any).
>
> Bootstrapped and tested on x86_64-linux. OK for master and gcc 15?
>
> Thanks,
>
> Martin
>
>
> gcc/ChangeLog:
>
> 2025-04-23 Martin Jambor <mjam...@suse.cz>
>
> * cgraph.h (symtab_node): Make member function get_uid const.
> * cgraphclones.cc (dump_callgraph_transformation): Dump m_uid of the
> call graph nodes instead of order.
> * cgraph.cc (cgraph_node::remove): Likewise.
OK,
thanks!
Honza