[Bug default/26261] unfinished handling of comparing DW_TAG_subroutine_type DIEs in compare_dies
dodji at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Jul 30 14:35:12 GMT 2020
https://sourceware.org/bugzilla/show_bug.cgi?id=26261
dodji at redhat dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|compare_dies contains some |unfinished handling of
|useless code |comparing
| |DW_TAG_subroutine_type DIEs
| |in compare_dies
--- Comment #1 from dodji at redhat dot com ---
Yes, you are right. That denotes some unfinished code there.
The intent was to safely detect when we could get out early and not proceed to
the full potentially slow structural comparison. So essentially what is
missing there is a "break" statement, I think.
I am coming up with a patch to finish that part of the code.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libabigail
mailing list