[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/21263] Provide finer redundant type detection from DWARF



https://sourceware.org/bugzilla/show_bug.cgi?id=21263

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from dodji at redhat dot com ---
So I have implemented a fix for this in the dodji/kabidiff branch in commit
https://sourceware.org/git/gitweb.cgi?p=libabigail.git;a=commit;h=f88ecac536024c6b70a605f0c1e0cc662a26914e.

So, here, to detect that two type DIEs of the same name and kind are different,
there are compared structurally (member-wise and recursively).

So we wrote an additional comparison-engine that operates in DIEs directly and
de-duplicates them before creating and IR for them.

This is hopefully going to be merged into master soon.

-- 
You are receiving this mail because:
You are on the CC list for the bug.