Hi,

On Wed, May 05 2021, Gary Oblock via Gcc wrote:
> I've got to say appearances can be deceptive
> in GCC and struct _modif_basket *[4061] is not
> necessarily equal to struct _modif_basket *[4061]
> even though the printed representation is
> the same...

In these cases it is handy to use the -fdump-.*-uid dumps, as for
example in -fdump-tree-release_ssa-uid

When invoking dumping from the code, the flag for it TDF_UID.

Martin

Reply via email to